Skip to content

Commit

Permalink
Update .clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Sep 27, 2023
1 parent c55ba81 commit a61d309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ Checks: >
-cppcoreguidelines-pro-bounds-constant-array-index,
-hicpp-no-array-decay,
-misc-no-recursion,
-misc-use-anonymous-namespace,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-readability-magic-numbers
-readability-magic-numbers,
-readability-static-definition-in-anonymous-namespace
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none
Expand Down

0 comments on commit a61d309

Please sign in to comment.