Skip to content

Commit

Permalink
add ruff to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Feb 19, 2024
1 parent 48e82b9 commit bbbcd66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ integration-test:
pygoat-test:
${PYTEST} -v ci_tests/test_pygoat_findings.py

lint:
ruff check src tests integration_tests --exclude tests/samples/

radon:
radon cc codemodder --min A --total-average

Expand Down

0 comments on commit bbbcd66

Please sign in to comment.