diff options
Diffstat (limited to '.github/tools/.checkpatch.conf')
-rw-r--r-- | .github/tools/.checkpatch.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/tools/.checkpatch.conf b/.github/tools/.checkpatch.conf new file mode 100644 index 0000000..d6e3bc4 --- /dev/null +++ b/.github/tools/.checkpatch.conf @@ -0,0 +1,10 @@ +--no-tree +--show-types +--exclude .github +--exclude clustermd_tests +--exclude documentation +--exclude misc +--exclude systemd +--exclude tests +--ignore FILE_PATH_CHANGES +--ignore EMAIL_SUBJECT |