exclusions.txt
12 lines
| 400 B
| text/plain
|
TextLexer
r24 | # On ignore toutes les règles vera++ pour le fichier spimpl | |||
.*IPSIS_S04_METHOD.*found: Q_DECLARE_LOGGING_CATEGORY.* | ||||
.*IPSIS_S04_VARIABLE.*found: impl.* | ||||
Alexandre Leroux
|
r39 | |||
# Ignore false positive relative to 'noexcept' keyword | ||||
.*IPSIS_S04_VARIABLE.*found: noexcept | ||||
.*IPSIS_S06.*found: noexcept | ||||
Alexandre Leroux
|
r86 | |||
# Ignore false positive relative to 'override' keyword | ||||
.*IPSIS_S04_VARIABLE.*found: override | ||||
.*IPSIS_S06.*found: override | ||||