From b49cbdf48362aa431807a459e1e5c0c2d9549512 Mon Sep 17 00:00:00 2001 From: Kinga Stefaniuk Date: Tue, 25 Jun 2024 10:48:33 +0200 Subject: [PATCH] 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 --- .checkpatch.conf | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.39.5