##// END OF EJS Templates
Generalizes vera exclusion for unnamed namespace
Alexandre Leroux -
r224:f8051c03cae8
parent child
Show More
@@ -14,3 +14,6
14 # Ignore false positive relative to 'final' keyword
14 # Ignore false positive relative to 'final' keyword
15 .*IPSIS_S04_VARIABLE.*found: final
15 .*IPSIS_S04_VARIABLE.*found: final
16 .*IPSIS_S06.*found: final
16 .*IPSIS_S06.*found: final
17
18 # Ignore false positive relative to unnamed namespace
19 .*IPSIS_F13.*
@@ -6,9 +6,4 qcustomplot\.cpp:\d+:.IPSIS
6 SqpApplication\.h:\d+:.IPSIS_S03.*found: sqpApp
6 SqpApplication\.h:\d+:.IPSIS_S03.*found: sqpApp
7 SqpApplication\.h:\d+:.IPSIS_S04_VARIABLE.*found: sqpApp
7 SqpApplication\.h:\d+:.IPSIS_S04_VARIABLE.*found: sqpApp
8
8
9 # Ignore false positive relative to unnamed namespace
10 DataSourceTreeWidgetItem\.cpp:\d+:.*IPSIS_F13.*
11 GenerateVariableMenuOperation\.cpp:\d+:.*IPSIS_F13.*
12 VisualizationTabWidget\.cpp:\d+:.*IPSIS_F13.*
13 VisualizationZoneWidget\.cpp:\d+:.*IPSIS_F13.*
14
9
General Comments 0
You need to be logged in to leave comments. Login now