From 71b5368432dc64fa8beb978f662cec53de742135 Mon Sep 17 00:00:00 2001 From: Jakub Strzebonski Date: Sat, 30 Jul 2022 23:38:08 +0200 Subject: [PATCH] #874 add mist-redundant-const-refs check --- ci/clang_tidy_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/clang_tidy_cpp.sh b/ci/clang_tidy_cpp.sh index 3748abbd92..47bf6404c6 100755 --- a/ci/clang_tidy_cpp.sh +++ b/ci/clang_tidy_cpp.sh @@ -132,4 +132,4 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \ -DBUILD_SHARED_LIBS="${BUILD_SHARED_LIBS:-0}" \ "$VT" -run-clang-tidy -checks='-*, bugprone-*' +run-clang-tidy -checks='-*, bugprone-*, misc-redundant-const-refs'