Skip to content

Commit c911be0

Browse files
authored
Merge pull request #113 from rlcee/ct_231211
fix header filter
2 parents e21a6aa + 6ef0483 commit c911be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mu2e-clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def main():
143143
parser.add_argument('-checks', default=None,
144144
help='checks filter, when not specified, use clang-tidy '
145145
'default')
146-
parser.add_argument('-header-filter', default='(?! /cvmfs)',
146+
parser.add_argument('-header-filter', default='Offline/.*',
147147
help='regular expression matching the names of the '
148148
'headers to output diagnostics from. Diagnostics from '
149149
'the main file of each translation unit are always '

0 commit comments

Comments
 (0)