Skip to content

Commit

Permalink
Do not check trailing whitespaces in .idea and .cache folders
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed May 18, 2024
1 parent 154822a commit 8bafcfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devTools/check_trailing_whitespaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ files_with_trailing_whitespaces=$(
-not -name "*.cache" \
-not -name "*.log" \
-not -path "./.composer/*" \
-not -path "./.cache/*" \
-not -path "./.box_dump/*" \
-not -path "./build/*" \
-not -path "./.idea/*" \
-not -path "./.git/*" \
-not -path "./vendor/*" \
-not -path "./tests/autoloaded/*" \
Expand Down

0 comments on commit 8bafcfc

Please sign in to comment.