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 Jul 30, 2022
1 parent e340569 commit 7b23f22
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 7b23f22

Please sign in to comment.