Skip to content

Commit

Permalink
Updated clang tidy config
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Apr 26, 2022
1 parent cfd25c4 commit c03b970
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 @@ -30,7 +30,9 @@ Checks: '*,
-misc-no-recursion,
-altera-unroll-loops,
-altera-id-dependent-backward-branch,
-bugprone-easily-swappable-parameters
-bugprone-easily-swappable-parameters,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-bounds-constant-array-index
'
WarningsAsErrors: '*'
HeaderFilterRegex: 'src/*.hpp'
Expand Down

0 comments on commit c03b970

Please sign in to comment.