* [PATCH] checkpatch: Add configuration for checkpatch
@ 2020-06-19 23:00 tedd.an
0 siblings, 0 replies; only message in thread
From: tedd.an @ 2020-06-19 23:00 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Tedd Ho-Jeong An
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 --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
--
2.25.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-19 23:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-19 23:00 [PATCH] checkpatch: Add configuration for checkpatch tedd.an
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).