Skip to content

Commit

Permalink
fix header filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed Dec 11, 2023
1 parent e21a6aa commit 6ef0483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mu2e-clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def main():
parser.add_argument('-checks', default=None,
help='checks filter, when not specified, use clang-tidy '
'default')
parser.add_argument('-header-filter', default='(?! /cvmfs)',
parser.add_argument('-header-filter', default='Offline/.*',
help='regular expression matching the names of the '
'headers to output diagnostics from. Diagnostics from '
'the main file of each translation unit are always '
Expand Down

0 comments on commit 6ef0483

Please sign in to comment.