diff mbox series

checkpatch: Add configuration for checkpatch

Message ID 20200619230056.49964-1-tedd.an@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series checkpatch: Add configuration for checkpatch | expand

Commit Message

Tedd Ho-Jeong An June 19, 2020, 11 p.m. UTC
From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch adds a configuration with basic rules for checkpatch.
---
 .checkpatch.conf | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .checkpatch.conf
diff mbox series

Patch

diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 000000000..7e9544671
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,13 @@ 
+--no-tree
+--no-signoff
+--summary-file
+--show-types
+--max-line-length=80
+
+--ignore COMPLEX_MACRO
+--ignore SPLIT_STRING
+--ignore CONST_STRUCT
+--ignore FILE_PATH_CHANGES
+--ignore MISSING_SIGN_OFF
+--ignore PREFER_PACKED
+--ignore COMMIT_MESSAGE