mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
Make clippy fail in case of warnings and enable the pedantic rules
This commit is contained in:
parent
8bc3686f66
commit
c621352f8a
1 changed files with 2 additions and 2 deletions
|
@ -56,9 +56,9 @@ matrix:
|
||||||
rust: stable
|
rust: stable
|
||||||
# skip the global install step
|
# skip the global install step
|
||||||
install:
|
install:
|
||||||
- rustup component add clippy-preview
|
- rustup component add clippy
|
||||||
script:
|
script:
|
||||||
- cargo clippy
|
- cargo clippy --all-features -- -D clippy::pedantic
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue