Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit cc656c3

Browse files
committed
Add some more clippy ignores
1 parent 5e5d189 commit cc656c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- cargo build --verbose
1515
- cargo test --verbose
1616
- cargo fmt --all -- --check
17-
- cargo +stable clippy --all-targets --all-features -- -D warnings -A clippy::unreadable_literal -A clippy::needless_range_loop -A clippy::float_cmp
17+
- cargo +stable clippy --all-targets --all-features -- -D warnings -A clippy::unreadable_literal -A clippy::needless_range_loop -A clippy::float_cmp -A clippy::comparison-chain -A clippy::needless-doctest-main -A clippy::missing-safety-doc
1818
- stage: test
1919
os: osx
2020
before_script:
@@ -25,7 +25,7 @@ jobs:
2525
- cargo build --verbose
2626
- cargo test --verbose
2727
- cargo fmt --all -- --check
28-
- cargo +stable clippy --all-targets --all-features -- -D warnings -A clippy::unreadable_literal -A clippy::needless_range_loop -A clippy::float_cmp
28+
- cargo +stable clippy --all-targets --all-features -- -D warnings -A clippy::unreadable_literal -A clippy::needless_range_loop -A clippy::float_cmp -A clippy::comparison-chain -A clippy::needless-doctest-main -A clippy::missing-safety-doc
2929

3030
# deploy crates and documentation conditionally
3131
# deploy on cargo if tagged master release

0 commit comments

Comments
 (0)