Skip to content

Commit

Permalink
Make clang tidy warnings errors
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Aug 1, 2024
1 parent b7d6d8b commit 6dd2e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Checks: '*include*,
# -hicpp-special-member-functions,
# -cppcoreguidelines-pro-bounds-pointer-arithmetic,
# -cppcoreguidelines-owning-memory,
WarningsAsErrors: ''
WarningsAsErrors: '*'
HeaderFilterRegex: '^(?!.*cppunit).*$'
# AnalyzeTemporaryDtors: false
FormatStyle: none
Expand Down

0 comments on commit 6dd2e72

Please sign in to comment.