We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6afd1a commit 8005386Copy full SHA for 8005386
justfile
@@ -34,3 +34,8 @@ clippy-fix:
34
# Check for API changes.
35
check-api:
36
contrib/check-for-api-changes.sh
37
+
38
+# run `semgrep`
39
+semgrep:
40
+ env SEMGREP_ENABLE_VERSION_CHECK=0 \
41
+ semgrep --error --no-rewrite-rule-ids --config contrib/semgrep.yml
0 commit comments