mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 14:01:15 -03:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user