From: Kinga Stefaniuk Date: Tue, 25 Jun 2024 08:48:33 +0000 (+0200) Subject: CI: fix excluded files in checkpatch.conf X-Git-Tag: mdadm-4.4~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49cbdf48362aa431807a459e1e5c0c2d9549512;p=thirdparty%2Fmdadm.git CI: fix excluded files in checkpatch.conf --exclude flag in checkpatch.conf is configured to work on directories only. When checkpatch.conf contains files, checkpatch scan is not started. Remove file names and keep only directories which should be excluded. Signed-off-by: Kinga Stefaniuk --- diff --git a/.checkpatch.conf b/.checkpatch.conf index 26b8114f..d6e3bc44 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -6,11 +6,5 @@ --exclude misc --exclude systemd --exclude tests ---exclude *.md ---exclude *.4 ---exclude *.in ---exclude *.8 ---exclude test ---exclude udev-* --ignore FILE_PATH_CHANGES --ignore EMAIL_SUBJECT