Ignore synctex_parser; it's 3rd party code

This commit is contained in:
Sune Vuorela 2024-03-06 15:36:50 +01:00
parent cc45d8c39c
commit c28e1bde6e
2 changed files with 3 additions and 0 deletions

View file

@ -39,3 +39,4 @@ Options:
cppcheck-arguments: '--enable=warning,style,performance -DOKULAR_EXPORT_PLUGIN --suppress-xml=cppcheck-suppressions.xml'
cppcheck-ignore-files:
- autotests
- core/synctex/synctex_parser.c

View file

@ -40,7 +40,9 @@
<fileName>core/textdocumentgenerator.h</fileName>
<symbolName>d_func</symbolName>
</suppress>
<!-- generic -->
<suppress>
<id>useStlAlgorithm</id>
</suppress>
<!-- embedded 3rdparty -->
</suppressions>