Skip to content

Commit

Permalink
Improve double space search
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Sep 28, 2023
1 parent e88e3ee commit ab7527a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
-
name: "Look for multiple space characters in the middle of the line 🐌"
run: |
# Exclude docblocks
# Exclude comment lines and docblocks
! git grep --perl-regexp --line-number -I \
-e '(?!^#)\S\s\s' --and --not -e ' \* @' \
-e '\S\s\s' --and --not -e '^(#|//)' --and --not -e ' \* @' \
-- ':!:*.lock' ':!:*.md' ':!:.github/**.yml'
-
# Move TODO-s into GitHub issues!
Expand Down

0 comments on commit ab7527a

Please sign in to comment.