Skip to content

Commit

Permalink
#874 add mist-redundant-const-refs check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed Nov 9, 2022
1 parent 77e7a70 commit 71b5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/clang_tidy_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 71b5368

Please sign in to comment.