From 6566a537279b445cd7f0b1620137d930ad04d067 2017-09-05 09:30:12 From: Alexandre Leroux Date: 2017-09-05 09:30:12 Subject: [PATCH] Adds vera exclusions --- diff --git a/core/vera-exclusions/exclusions.txt b/core/vera-exclusions/exclusions.txt index 6b91bba..959e7e5 100644 --- a/core/vera-exclusions/exclusions.txt +++ b/core/vera-exclusions/exclusions.txt @@ -31,12 +31,12 @@ DataSeries\.h:\d+:.*IPSIS_S06.*found: (IC) DataSeries\.h:\d+:.*IPSIS_S06.*found: (IsConst) # Ignore false positive relative to iterators -SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (forward_iterator_tag) +SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (random_access_iterator_tag) SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (T) SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (ptrdiff_t) SqpIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (value_type) SqpIterator\.h:\d+:.*IPSIS_S06.*found: (iterator_category) -SqpIterator\.h:\d+:.*IPSIS_S06.*found: (forward_iterator_tag) +SqpIterator\.h:\d+:.*IPSIS_S06.*found: (random_access_iterator_tag) SqpIterator\.h:\d+:.*IPSIS_S06.*found: (value_type) SqpIterator\.h:\d+:.*IPSIS_S06.*found: (T) SqpIterator\.h:\d+:.*IPSIS_S06.*found: (difference_type)