Skip to content

Commit 8005386

Browse files
committed
just: Add sempgrep command
1 parent a6afd1a commit 8005386

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

+5
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ clippy-fix:
3434
# Check for API changes.
3535
check-api:
3636
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

Comments
 (0)