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 f764845 commit 8dc6c6bCopy full SHA for 8dc6c6b
.github/workflows/ci.yml
@@ -115,7 +115,7 @@ jobs:
115
116
- name: Run security-focused clippy lints
117
run: |
118
- cargo clippy --all-targets --all-features -- \
+ cargo clippy --all-targets --all-features --workspace --exclude openprot-platform-mock -- \
119
-D warnings \
120
-W clippy::arithmetic_side_effects \
121
-W clippy::float_arithmetic \
@@ -131,7 +131,7 @@ jobs:
131
132
- name: Run strict security lints on non-test code
133
134
- cargo clippy --lib --bins -- \
+ cargo clippy --lib --bins --workspace --exclude openprot-platform-mock -- \
135
136
-D clippy::arithmetic_side_effects \
137
-D clippy::float_arithmetic \
0 commit comments