Skip to content

Commit

Permalink
travis: Disable some of the noisier checkpatch warnings
Browse files Browse the repository at this point in the history
There are a few warnings that are quite noisy for our codebase that
shouldn't normally be a real problem. Lets disable these so that failures
reported by Travis are more likely to be real issues.

Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
  • Loading branch information
jigpu authored and skomra committed Aug 14, 2019
1 parent ca54a26 commit f859f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- git fetch upstream master
- git format-patch FETCH_HEAD
script:
- if ls *.patch 2>/dev/null; then ./checkpatch.pl --no-tree *.patch; fi
- if ls *.patch 2>/dev/null; then ./checkpatch.pl --no-tree --max-line-length=90 --ignore OPEN_BRACE --ignore EMAIL_SUBJECT *.patch; fi

0 comments on commit f859f19

Please sign in to comment.