Skip to content

Commit

Permalink
⬆ [tooling]
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 7, 2024
1 parent 25895bc commit af872bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Checks: '
*,
-readability-convert-member-functions-to-static,
-misc-non-private-member-variables-in-classes,
-*braces-around-statements
-readability-implicit-bool-conversion
-*braces-around-statements,
-readability-implicit-bool-conversion,
-readability-identifier-length,
-cppcoreguidelines-avoid-magic-numbers,
-readability-magic-numbers,
-readability-redundant-member-init,
-readability-redundant-access-specifiers,
-readability-redundant-string-init,
-misc-use-anonymous-namespace,
Expand All @@ -34,4 +35,4 @@ Checks: '
-objc-*,
-openmp-*,
-zircon-*,
'
'
2 changes: 1 addition & 1 deletion tooling
Submodule tooling updated 1 files
+4 −3 .clang-tidy

0 comments on commit af872bb

Please sign in to comment.