Skip to content

Commit

Permalink
Merge pull request #113 from rlcee/ct_231211
Browse files Browse the repository at this point in the history
fix header filter
  • Loading branch information
rlcee authored Dec 11, 2023
2 parents e21a6aa + 6ef0483 commit c911be0
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 c911be0

Please sign in to comment.