From e3e2d0095341407b939f6fef9da7c9ac29eff827 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Thu, 28 Feb 2013 12:53:53 +0000 Subject: 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 --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.checkpatch.conf') diff --git a/.checkpatch.conf b/.checkpatch.conf index 977db9edbb..38386b354d 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -12,3 +12,6 @@ # For min/max --ignore MINMAX + +# enable more tests +--strict -- cgit v1.2.1