Skip to content

Commit

Permalink
pre-commit: exclude linux patches from whitespace checks
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppelettieri committed Jul 25, 2018
1 parent 576f4d3 commit 2d10c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-commit
Expand Up @@ -70,4 +70,4 @@ done
########### end of netmap specific checks ############

# 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 ":(exclude)LINUX/final-patches"

0 comments on commit 2d10c59

Please sign in to comment.