Skip to content

Commit

Permalink
Ignoring clang-tidy warning boost-use-ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Nov 14, 2024
1 parent e9033a0 commit 2eb8144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Checks: '*,
-readability-magic-numbers,
-cppcoreguidelines-avoid-do-while,
-llvmlibc-inline-function-decl,
-altera-struct-pack-align
-altera-struct-pack-align,
-boost-use-ranges
'
WarningsAsErrors: '*'
HeaderFilterRegex: 'src/*.hpp'
Expand Down

0 comments on commit 2eb8144

Please sign in to comment.