Skip to content

Commit

Permalink
Exclude lock files from double space search
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Sep 25, 2023
1 parent 33fc4f1 commit c018571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Exclude docblocks
! git grep --perl-regexp --line-number -I \
-e '(?!^#)\S\s\s' --and --not -e ' \* @' \
-- ':!:*.md' ':!:.github/**.yml'
-- ':!:*.lock' ':!:*.md' ':!:.github/**.yml'
-
# Move TODO-s into GitHub issues!
name: "Search for TODO-s and FIXME-s 🐌"
Expand Down

0 comments on commit c018571

Please sign in to comment.