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 8771d4a commit 09ab245Copy full SHA for 09ab245
justfile
@@ -30,3 +30,10 @@ clippy:
30
# run `cargo clippy --fix` on everything
31
clippy-fix:
32
cargo clippy --locked --offline --workspace --all-targets --fix
33
+
34
35
+# run `semgrep`
36
+semgrep:
37
+ env SEMGREP_ENABLE_VERSION_CHECK=0 \
38
+ semgrep --error --no-rewrite-rule-ids --config contrib/semgrep.yml
39
0 commit comments