Skip to content

Commit

Permalink
Skipping whitespace check for debian directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vmittal-msft committed Oct 20, 2021
1 parent 7bce86d commit 64a9e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/checkwhitespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ echo Checkig for white spaces ...

find .. -type f |
grep -v SAI/ |
grep -v debian/ |
grep -v _wrap.cpp |
perl -ne 'print if /\.(c|cpp|h|hpp|am|sh|pl|pm|install|dirs|links|json|ini|yml|pws|md|py|cfg|conf|i|ac)$/' |
xargs grep -P "\\s\$"
Expand Down

0 comments on commit 64a9e68

Please sign in to comment.