diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-10-12 00:22:18 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-02-25 18:00:36 +0100 |
commit | 6f0e3dc01a8d5da309c9b3a6a4a7e9967880e26e (patch) | |
tree | c4d9cc6d6380268819ad37f8ed33a247b7f14482 | |
parent | 65e555fbf248f86ae43dd44af8a81315b1ea4b03 (diff) | |
download | hardware_replicant_libsamsung-ril-6f0e3dc01a8d5da309c9b3a6a4a7e9967880e26e.tar.gz hardware_replicant_libsamsung-ril-6f0e3dc01a8d5da309c9b3a6a4a7e9967880e26e.tar.bz2 hardware_replicant_libsamsung-ril-6f0e3dc01a8d5da309c9b3a6a4a7e9967880e26e.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.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf index 39c8edd..ed8f1c6 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 |