We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e21a6aa + 6ef0483 commit c911be0Copy full SHA for c911be0
bin/mu2e-clang-tidy
@@ -143,7 +143,7 @@ def main():
143
parser.add_argument('-checks', default=None,
144
help='checks filter, when not specified, use clang-tidy '
145
'default')
146
- parser.add_argument('-header-filter', default='(?! /cvmfs)',
+ parser.add_argument('-header-filter', default='Offline/.*',
147
help='regular expression matching the names of the '
148
'headers to output diagnostics from. Diagnostics from '
149
'the main file of each translation unit are always '
0 commit comments