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