Skip to content

Commit

Permalink
Tried some more clang-tidy checks (commented out)
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Apr 14, 2024
1 parent de13f4f commit 2ddee73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ if (ENABLE_CLANG_TIDY)
if (CLANGTIDY)
set(CMAKE_CXX_CLANG_TIDY clang-tidy;
-header-filter=.;
-checks=-*,cppcoreguidelines-special-member-functions)
-checks=-*,cppcoreguidelines-special-member-functions
#-checks=-*,modernize-use-nullptr
#-checks=-*,modernize-use-override
#-checks=-*,modernize-use-emplace
)
else()
message(SEND_ERROR "clang-tidy requested but executable not found")
endif()
Expand Down

0 comments on commit 2ddee73

Please sign in to comment.