Skip to content

Commit

Permalink
Check shell scripts with shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Nov 11, 2023
1 parent 6cd2b35 commit 94982f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ttftest: font ## Runs the minimal tests and verifies the ZIP file mentioned in t
@flake8 *.py
@isort --check-only *.py
@black --check -l79 *.py
@shellcheck *.sh
# Checks we may need to ignore
# 2 Self-intersecting glyph
# 5 Missing points at extrema
Expand Down

0 comments on commit 94982f3

Please sign in to comment.