]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
clang-tidy: enable bugprone-argument-comment check 37755/head
authorJelle van der Waa <jvanderwaa@redhat.com>
Wed, 4 Jun 2025 13:50:00 +0000 (15:50 +0200)
committerJelle van der Waa <jvanderwaa@redhat.com>
Wed, 4 Jun 2025 13:50:00 +0000 (15:50 +0200)
.clang-tidy

index b09c0996143fc4fbc2074eff3567235fd461fe34..55bd0886d33ade3f42913158faec1cf581512ebd 100644 (file)
@@ -3,7 +3,8 @@
 Checks: '
     -*,
     misc-header-include-cycle,
-    readability-duplicate-include
+    readability-duplicate-include,
+    bugprone-argument-comment
 '
 WarningsAsErrors: '*'
 HeaderFileExtensions: