Commit graph

7 commits

Author SHA1 Message Date
Tyler Tidman
b24063de41 Fix issue #2103 - Convert tab characters to spaces in shell scripts 2014-12-12 10:50:46 -05:00
Tyler Tidman
f2729b5b05 Fix issue #2029 - Use env in all script interpreter lines 2014-12-12 09:52:16 -05:00
Marco Filippi
97c95f23bb Fix commit message line lenght test
Do not add a linefeed to line being tested

Noticed at commit time for #1375
2014-01-16 23:55:07 +01:00
Dan Smith
f35ab7b959 Fix unquoted string in checkpatch.sh
Related to the commit message from #1309
2013-12-17 17:27:17 -08:00
Dan Smith
cdec050b97 Avoid complaining about driver file line lengths (for the time being)
Simple additions to large files like the previous few patches are hard
to reject when they follow the convention in the rest of the file.

Related to patches for #1167
2013-12-10 18:16:04 -08:00
Dan Smith
af3554d24b Fix a bug in checkpatch for non-tip revisions
Related to the idea from #1277
2013-12-03 11:13:12 -08:00
Dan Smith
5cf524d3c1 Add tools/checkpatch.sh for style compliance checking
This adds tools/checkpatch.sh which checks a given HG revision
for style compliance. We should call this as part of our tests,
have Jenkins call it, and keep it full of things we'd like to
enforce. Developers should run this on their patches (when
possible) before submitting.

Had this idea after the patch for #1277
2013-12-02 13:27:15 -08:00