Skip to content

Commit c67de37

Browse files
committed
Disable clang-tidy test for const params.
1 parent f5eda16 commit c67de37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ if(CLANG_TIDY)
495495
"-modernize-make-unique") # not available in C++11
496496

497497
list(APPEND CT_CHECKS "readability-*"
498+
"-readability-avoid-const-params-in-decls"
498499
"-readability-identifier-naming"
499500
"-readability-implicit-bool-cast"
500501
"-readability-named-parameter"

0 commit comments

Comments
 (0)