From 6ef0483863ddf9fad4fbc835c96f12f2efb952a8 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Mon, 11 Dec 2023 16:24:47 -0600 Subject: [PATCH] fix header filter --- bin/mu2e-clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mu2e-clang-tidy b/bin/mu2e-clang-tidy index 8935fd2..9349296 100755 --- a/bin/mu2e-clang-tidy +++ b/bin/mu2e-clang-tidy @@ -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 '