Disable pedantic lints for now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
361eacbe1d
commit
4ce8c9e523
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -42,9 +42,13 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Clippy Linting
|
||||
run: cargo clippy --all-features -- -Dclippy::all -Dclippy::pedantic
|
||||
run: cargo clippy --all-features -- -Dclippy::all
|
||||
# TODO
|
||||
# run: cargo clippy --all-features -- -Dclippy::all -Dclippy::pedantic
|
||||
- name: Clippy Test Linting
|
||||
run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
|
||||
run: cargo clippy --tests -- -Dclippy::all
|
||||
# TODO
|
||||
# run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
|
||||
|
||||
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user