We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398b26d commit d6b0bdaCopy full SHA for d6b0bda
.github/workflows/clippy.yaml
@@ -51,4 +51,4 @@ jobs:
51
${{ runner.os }}-cargo-build-
52
53
- name: Run Tests
54
- run: cargo clippy --color always -- -Dwarnings -W clippy::pedantic
+ run: make clippy
Makefile
@@ -0,0 +1,2 @@
1
+clippy:
2
+ cargo clippy --all-targets --color always -- -D warnings -W clippy::all
0 commit comments