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 30d6b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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'
2 changes: 1 addition & 1 deletion src/vt/configs/generated/vt_git_revision.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//@HEADER
// *****************************************************************************
//
// vt_git_revision.cc.in
// vt_git_revision.cc
// DARMA/vt => Virtual Transport
//
// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
Expand Down

0 comments on commit 30d6b95

Please sign in to comment.