aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-10-05 01:35:43 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-10-06 18:19:01 +0200
commitebc240735fdd8811ff601d02c1360b98a5b817b0 (patch)
tree81f5ee63044997a12058117c0f4703fc8da4f988
parent96427306cc3c35d71ca03f75f525dceb1274fb75 (diff)
downloadhardware_replicant_libsamsung-ipc-ebc240735fdd8811ff601d02c1360b98a5b817b0.tar.gz
hardware_replicant_libsamsung-ipc-ebc240735fdd8811ff601d02c1360b98a5b817b0.tar.bz2
hardware_replicant_libsamsung-ipc-ebc240735fdd8811ff601d02c1360b98a5b817b0.zip
checkpatch: ignore files added, moved, deleted warning
Without that patch we always have the following warning when adding, moving, or deleting files when using checkpatch.pl: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #93: new file mode 100644 Since we have only one maintainer for now, we can safely ignore that warning and add it back as soon as we have a second co-maintainer on board. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--.checkpatch.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 32625b5..8ea7ed1 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -14,3 +14,10 @@
--ignore PREFER_PRINTF
--ignore PREFER_SCANF
--ignore PREFER_SECTION
+
+# We currently have only one maintainer. It would be great to have more
+# co-maintainers, however until then we don't need to check for file patch
+# changes. Feel free to step in if you want to maintain the devices you added,
+# especially if it's a device that is not supported by Replicant or that
+# Replicant doesn't want to support for some reason.
+--ignore FILE_PATH_CHANGES