Skip to content

Commit

Permalink
remove warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RReichert committed Jul 14, 2023
1 parent fc4b2af commit 5e8c54e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ClangTidy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ AnalyzeTemporaryDtors: true

if (x_INTEGRITY)
file (APPEND ${CMAKE_SOURCE_DIR}/.clang-tidy "\
WarningsAsErrors: '*'
CheckOptions:
- { key: readability-identifier-naming.ClassCase, value: CamelCase }
- { key: readability-identifier-naming.ClassMemberCase, value: lower_case }
Expand Down

0 comments on commit 5e8c54e

Please sign in to comment.