Skip to content

Commit

Permalink
Excludes DDlog test expected outputs from coding style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
netj committed Jan 24, 2017
1 parent 30a7241 commit 4bf4888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/checkstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ NO find "${textfiles[@]}" -type f \
! -name '.gitmodules' \
! -name 'Makefile' ! -name '*.mk' \
! -path compiler/compile-code/compile-code-Makefile \
! -path 'compiler/ddlog/test/*.expected' \
\
-exec grep -l '^[[:space:]]*'$'\t' {} +

Expand Down

0 comments on commit 4bf4888

Please sign in to comment.