diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2013-02-28 12:53:53 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-11 17:00:28 -0400 |
commit | e3e2d0095341407b939f6fef9da7c9ac29eff827 (patch) | |
tree | 4ac4ec1cc7d299b7ae2a095a27faeee64d43a99d /.checkpatch.conf | |
parent | 92668d68c1ccdbe41ace6cc3066e5d1e0113e719 (diff) | |
download | u-boot-e3e2d0095341407b939f6fef9da7c9ac29eff827.zip u-boot-e3e2d0095341407b939f6fef9da7c9ac29eff827.tar.gz u-boot-e3e2d0095341407b939f6fef9da7c9ac29eff827.tar.bz2 |
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>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r-- | .checkpatch.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |