Skip to content

Commit

Permalink
🚨 disable fuchsia-trailing-return
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosswestfalen committed Feb 24, 2019
1 parent 3cec414 commit 8909e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if(BUILD_CODEANALYSIS)

add_custom_target(codeanalysis
COMMAND clang-tidy
-checks=*,-google-readability-namespace-comments,-llvm-header-guard,-llvm-namespace-comment
-checks=*,-google-readability-namespace-comments,-llvm-header-guard,-llvm-namespace-comment,-fuchsia-trailing-return
${CMAKE_SOURCE_DIR}/src/bosswestfalen/stopwatch.hpp
-extra-arg=-std=c++17)
endif()
Expand Down

0 comments on commit 8909e64

Please sign in to comment.