Skip to content

Commit

Permalink
just: Add sempgrep command
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Feb 22, 2024
1 parent a6afd1a commit 8005386
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ clippy-fix:
# Check for API changes.
check-api:
contrib/check-for-api-changes.sh

# run `semgrep`
semgrep:
env SEMGREP_ENABLE_VERSION_CHECK=0 \
semgrep --error --no-rewrite-rule-ids --config contrib/semgrep.yml

0 comments on commit 8005386

Please sign in to comment.