##// END OF EJS Templates
Adds vera exclusions
Alexandre Leroux -
r624:ee9aa33a3a19
parent child
Show More
@@ -1,39 +1,45
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 ArrayData\.h:\d+:.*IPSIS_S01.*
6 6 ArrayDataIterator\.h:\d+:.*IPSIS_S01.*
7 7 DataSourceItem\.h:\d+:.*IPSIS_S01.*
8 8 DataSeries\.h:\d+:.*IPSIS_S01.*
9 9 DataSeriesIterator\.h:\d+:.*IPSIS_S01.*
10 DataSeriesMergeHelper\.h:\d+:.*IPSIS_S01.*
10 11
11 12 # Ignore false positive relative to a template class
13 ArrayData\.h:\d+:.*IPSIS_S04_METHOD.*found: push_back
12 14 ArrayData\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (D)
13 15 ArrayData\.h:\d+:.*IPSIS_S04_NAMESPACE.*found: (arraydata_detail)
14 16 ArrayData\.h:\d+:.*IPSIS_S06.*found: (D)
15 17 ArrayData\.h:\d+:.*IPSIS_S06.*found: (Dim)
16 18 DataSeries\.h:\d+:.*IPSIS_S04_METHOD.*found: LOG_DataSeries
19 DataSeries\.h:\d+:.*IPSIS_S04_METHOD.*found: push_back
17 20 DataSeries\.h:\d+:.*IPSIS_S04_VARIABLE.*
18 21 DataSeries\.h:\d+:.*IPSIS_S04_NAMESPACE.*found: (dataseries_detail)
22 DataSeries\.h:\d+:.*IPSIS_S05.*
23 DataSeries\.h:\d+:.*IPSIS_S06.*found: (value_type)
24 DataSeries\.h:\d+:.*IPSIS_S06.*found: (DataSeriesIteratorValue)
19 25
20 26 # Ignore false positive relative to iterators
21 27 SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (forward_iterator_tag)
22 28 SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (T)
23 29 SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (ptrdiff_t)
24 30 SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (value_type)
25 31 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (iterator_category)
26 32 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (forward_iterator_tag)
27 33 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (value_type)
28 34 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (T)
29 35 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (difference_type)
30 36 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (ptrdiff_t)
31 37 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (pointer)
32 38 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (reference)
33 39 SqpIterator\.h:\d+:.*IPSIS_S06.*found: (value_type)
34 40
35 41 # Ignore false positive relative to an alias
36 42 DataSourceItemAction\.h:\d+:.*IPSIS_S06.*found: (ExecuteFunction)
37 43
38 44 # Ignore false positive relative to unnamed namespace
39 45 VariableController\.cpp:\d+:.*IPSIS_F13.*
General Comments 0
You need to be logged in to leave comments. Login now