cppcheck: Move config files to build_tools

It's weird having them in the parent directory.

Move them to build_tools/ and make them visible.

[ci skip]
This commit is contained in:
Fabian Homborg 2020-11-15 11:11:55 +01:00
parent cb8ffb00d6
commit 9b3bfb63d3
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#!/bin/sh
cppcheck --enable=all --std=posix --quiet ./src/
cppcheck --enable=all --std=posix --quiet \
--suppressions-list=build_tools/cppcheck.suppressions \
--rule-file=build_tools/cppcheck.rules \
./src/