Skip to content

Commit

Permalink
Adjust clang-tidy ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jul 7, 2023
1 parent 52f6cff commit ca96fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/run_clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ set +u && conda activate clang_tidy && set -u

rapids-logger "Run clang-tidy"

python cpp/scripts/run-clang-tidy.py
python cpp/scripts/run-clang-tidy.py -ignore '[.]cu$|_deps|examples/kmeans/'
2 changes: 1 addition & 1 deletion cpp/scripts/run-clang-tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def parse_args():
argparser.add_argument(
"-ignore",
type=str,
default="[.]cu$|examples/kmeans/",
default="[.]cu$",
help="Regex used to ignore files from checking",
)
argparser.add_argument(
Expand Down

0 comments on commit ca96fa2

Please sign in to comment.