[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2] checkpatch: Check .m, .build, .hx, .json and .plist
From: |
Akihiko Odaki |
Subject: |
[PATCH v2] checkpatch: Check .m, .build, .hx, .json and .plist |
Date: |
Sat, 11 Jan 2025 17:07:48 +0900 |
Check more text files: Objective-C, Meson, "hx", JSON, and property
list.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
scripts/checkpatch.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 06d07e6c225c..94ac5230b48f 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -12,7 +12,7 @@ use Term::ANSIColor qw(:constants);
my $P = $0;
$P =~ s@.*/@@g;
-our $SrcFile = qr{\.(?:(h|c)(\.inc)?|cpp|s|S|pl|py|sh)$};
+our $SrcFile = qr{\.(?:(h|c|m)(\.inc)?|cpp|s|S|pl|py|sh|build|hx|json|plist)$};
my $V = '0.31';
---
base-commit: 38d0939b86e2eef6f6a622c6f1f7befda0146595
change-id: 20250111-checkpatch-26ea9d86c76a
Best regards,
--
Akihiko Odaki <akihiko.odaki@daynix.com>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH v2] checkpatch: Check .m, .build, .hx, .json and .plist,
Akihiko Odaki <=