diff mbox

[U-Boot,2/2] tools: enable more checkpatch tests by default

Message ID 1362092033-23628-2-git-send-email-kim.phillips@freescale.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Kim Phillips Feb. 28, 2013, 10:53 p.m. UTC
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 | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/.checkpatch.conf b/.checkpatch.conf
index 977db9e..38386b3 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -12,3 +12,6 @@ 
 
 # For min/max
 --ignore MINMAX
+
+# enable more tests
+--strict