mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 05:31:14 -03:00
build_tools/lint.fish: correct cppcheck config location
Which was moved in 9b3bfb63d ("cppcheck: Move config files to build_tools")
Also get rid of the nonstandard cppcheck output format.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cppcheck --enable=all --std=posix --quiet \
|
||||
--suppressions-list=build_tools/cppcheck.suppressions \
|
||||
cppcheck --std=posix --quiet \
|
||||
--suppressions-list=build_tools/cppcheck.suppressions --inline-suppr \
|
||||
--rule-file=build_tools/cppcheck.rules \
|
||||
--force \
|
||||
./src/
|
||||
${@:---enable=all ./src/}
|
||||
|
||||
Reference in New Issue
Block a user