Skip to content

Commit

Permalink
Skip whitespace check on commit for non-code dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolten committed Jul 2, 2017
1 parent 8e6f551 commit 17f5959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ echo "Running unit tests"
do_nosetests nosetests || fail nosetests

# If there are whitespace errors, print the offending file names and fail.
exec git diff-index --check --cached $against --
exec git diff-index --check --cached $against --relative=coral --

0 comments on commit 17f5959

Please sign in to comment.