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 | |
| parent | 92668d68c1ccdbe41ace6cc3066e5d1e0113e719 (diff) | |
| download | olio-uboot-2014.01-e3e2d0095341407b939f6fef9da7c9ac29eff827.tar.xz olio-uboot-2014.01-e3e2d0095341407b939f6fef9da7c9ac29eff827.zip | |
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>
| -rw-r--r-- | .checkpatch.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf index 977db9edb..38386b354 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -12,3 +12,6 @@ # For min/max --ignore MINMAX + +# enable more tests +--strict |