1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

tools: enable more checkpatch tests by default

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>
This commit is contained in:
Kim Phillips
2013-02-28 12:53:53 +00:00
committed by Tom Rini
parent 92668d68c1
commit e3e2d00953

View File

@@ -12,3 +12,6 @@
# For min/max
--ignore MINMAX
# enable more tests
--strict