diff --git a/Utilities/ReleaseScripts/python/cmsCodeRules/config.py b/Utilities/ReleaseScripts/python/cmsCodeRules/config.py index 264cf76e5d888..fc1e2f84a4bba 100644 --- a/Utilities/ReleaseScripts/python/cmsCodeRules/config.py +++ b/Utilities/ReleaseScripts/python/cmsCodeRules/config.py @@ -63,7 +63,7 @@ Configuration[ruleName]['description'] = 'Search for "catch(...)" statements in *.cc, *.cxx files' Configuration[ruleName]['filesToMatch'] = ['*.cc', '*.cxx'] -Configuration[ruleName]['exceptPaths'] = ['FWCore/*', 'EventFilter/*', '*/*/test/*', '*/*/bin/*'] +Configuration[ruleName]['exceptPaths'] = ['FWCore/*', 'EventFilter/*', 'HeterogeneousCore/*', '*/*/test/*', '*/*/bin/*'] Configuration[ruleName]['skip'] = [comment] Configuration[ruleName]['filter'] = 'catch\s*\(\s*\.\.\.\s*\)' #should be regular expression Configuration[ruleName]['exceptFilter'] = []