Skip to content

Commit

Permalink
Added initial .clang-tidy file
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Oct 21, 2023
1 parent dbb887b commit abf400c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Checks: >
-*,
bugprone-*
misc-*,
modernize-*,
performance-*,
portability-*,
readability-*,
-fuchsia-trailing-return,
-readability-magic-numbers,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
-readability-braces-around-statements,
-readability-redundant-access-specifiers,
-readability-redundant-member-init,
-readability-redundant-string-init,
-readability-identifier-length

0 comments on commit abf400c

Please sign in to comment.