From f8051c03cae871c3d9121f99f8b6dc7a6dd94ef4 2017-06-23 14:12:47 From: Alexandre Leroux Date: 2017-06-23 14:12:47 Subject: [PATCH] Generalizes vera exclusion for unnamed namespace --- diff --git a/formatting/vera-exclusions/exclusions.txt b/formatting/vera-exclusions/exclusions.txt index 79da9f4..a06d622 100644 --- a/formatting/vera-exclusions/exclusions.txt +++ b/formatting/vera-exclusions/exclusions.txt @@ -14,3 +14,6 @@ # Ignore false positive relative to 'final' keyword .*IPSIS_S04_VARIABLE.*found: final .*IPSIS_S06.*found: final + +# Ignore false positive relative to unnamed namespace +.*IPSIS_F13.* diff --git a/gui/vera-exclusions/exclusions.txt b/gui/vera-exclusions/exclusions.txt index 7a8ee04..a868d40 100644 --- a/gui/vera-exclusions/exclusions.txt +++ b/gui/vera-exclusions/exclusions.txt @@ -6,9 +6,4 @@ qcustomplot\.cpp:\d+:.IPSIS SqpApplication\.h:\d+:.IPSIS_S03.*found: sqpApp SqpApplication\.h:\d+:.IPSIS_S04_VARIABLE.*found: sqpApp -# Ignore false positive relative to unnamed namespace -DataSourceTreeWidgetItem\.cpp:\d+:.*IPSIS_F13.* -GenerateVariableMenuOperation\.cpp:\d+:.*IPSIS_F13.* -VisualizationTabWidget\.cpp:\d+:.*IPSIS_F13.* -VisualizationZoneWidget\.cpp:\d+:.*IPSIS_F13.*