Skip to content

Commit 1b134e5

Browse files
committed
Fix missing comma in .clang-tidy config.
`clang-tidy --dump-config` shows that it had trouble around that line and the next and thus was not properly processing these. Signed-off-by: Henner Zeller <h.zeller@acm.org>
1 parent 43df049 commit 1b134e5

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)