##// END OF EJS Templates
Adds vera exclusion
Alexandre Leroux -
r508:196ee643d758
parent child
Show More
@@ -1,17 +1,18
1 1 # On ignore toutes les règles vera++ pour le fichier spimpl
2 2 Common/spimpl\.h:\d+:.*
3 3
4 4 # Ignore false positive relative to two class definitions in a same file
5 5 DataSourceItem\.h:\d+:.*IPSIS_S01.*
6 6
7 7 # Ignore false positive relative to a template class
8 8 ArrayData\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (D)
9 ArrayData\.h:\d+:.*IPSIS_S04_NAMESPACE.*found: (arraydata_detail)
9 10 ArrayData\.h:\d+:.*IPSIS_S06.*found: (D)
10 11 ArrayData\.h:\d+:.*IPSIS_S06.*found: (Dim)
11 12 DataSeries\.h:\d+:.*IPSIS_S04_VARIABLE.*
12 13
13 14 # Ignore false positive relative to an alias
14 15 DataSourceItemAction\.h:\d+:.*IPSIS_S06.*found: (ExecuteFunction)
15 16
16 17 # Ignore false positive relative to unnamed namespace
17 18 VariableController\.cpp:\d+:.*IPSIS_F13.*
General Comments 0
You need to be logged in to leave comments. Login now