Skip to content

Commit

Permalink
Add /hack/ directory to IGNORE_FILTERS (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored May 14, 2021
1 parent adc1ec6 commit 7a1ce2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-changes.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

IGNORE_FILTERS=("docs/" "README.md")
IGNORE_FILTERS=("docs/" "README.md" "hack/")
CHANGED_FILES=$(git diff HEAD HEAD~ --name-only)
IGNORED_COUNT=0
NON_IGNORED_COUNT=0
Expand Down

0 comments on commit 7a1ce2d

Please sign in to comment.