1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

clang-tidy: enable bugprone-argument-comment check

This commit is contained in:
Jelle van der Waa
2025-06-04 15:50:00 +02:00
parent 63b21f503d
commit f564da0d1f

View File

@@ -3,7 +3,8 @@
Checks: '
-*,
misc-header-include-cycle,
readability-duplicate-include
readability-duplicate-include,
bugprone-argument-comment
'
WarningsAsErrors: '*'
HeaderFileExtensions: