Skip to content

Commit 9a0e3df

Browse files
authored
Merge pull request #8629 from hzeller/feature-20251013-fix-tidy
Fix missing comma in `.clang-tidy` config.
2 parents 2bb4638 + 1b134e5 commit 9a0e3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Checks: >
88
-clang-analyzer-cplusplus.NewDeleteLeaks,
99
-clang-analyzer-optin.performance.Padding,
1010
readability-*,
11-
-readability-identifier-naming
11+
-readability-identifier-naming,
1212
-readability-braces-around-statements,
1313
-readability-convert-member-functions-to-static,
1414
-readability-function-cognitive-complexity,

0 commit comments

Comments
 (0)