mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
8ea069265a
- You might want to run [Cppcheck](https://cppcheck.sourceforge.io/) occasionally - For now, there are too many warnings to use it in CI
25 lines
854 B
XML
25 lines
854 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="1">
|
|
<builddir>build/cppcheck</builddir>
|
|
<analyze-all-vs-configs>false</analyze-all-vs-configs>
|
|
<check-headers>true</check-headers>
|
|
<check-unused-templates>true</check-unused-templates>
|
|
<max-ctu-depth>10</max-ctu-depth>
|
|
<max-template-recursion>100</max-template-recursion>
|
|
<paths>
|
|
<dir name="commander"/>
|
|
<dir name="parser"/>
|
|
</paths>
|
|
<libraries>
|
|
<library>posix</library>
|
|
<library>qt</library>
|
|
<library>windows</library>
|
|
</libraries>
|
|
<suppressions>
|
|
<suppression>noExplicitConstructor</suppression>
|
|
<suppression>useStlAlgorithm</suppression>
|
|
<suppression>cstyleCast</suppression>
|
|
<suppression>constVariablePointer</suppression>
|
|
</suppressions>
|
|
</project>
|