projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92668d6
)
tools: enable more checkpatch tests by default
author
Kim Phillips
<kim.phillips@freescale.com>
Thu, 28 Feb 2013 12:53:53 +0000
(12:53 +0000)
committer
Tom Rini
<trini@ti.com>
Mon, 11 Mar 2013 21:00:28 +0000
(17:00 -0400)
without this, patches don't get checked for proper alignment,
and e.g., for spaces after a cast and/or before a semicolon.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
.checkpatch.conf
patch
|
blob
|
history
diff --git
a/.checkpatch.conf
b/.checkpatch.conf
index 977db9edbbddcb202d02704854731e033794b744..38386b354dadd99596a4b3efcb9d97d24508412c 100644
(file)
--- a/
.checkpatch.conf
+++ b/
.checkpatch.conf
@@
-12,3
+12,6
@@
# For min/max
--ignore MINMAX
+
+# enable more tests
+--strict