mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 02:13:38 +08:00
236587774e
Force checking all #ifdef paths, disable StlAlgorithm suggestion Removes a lot of borderline useless spew. [ci skip]
8 lines
205 B
Bash
Executable File
8 lines
205 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cppcheck --enable=all --std=posix --quiet \
|
|
--suppressions-list=build_tools/cppcheck.suppressions \
|
|
--rule-file=build_tools/cppcheck.rules \
|
|
--force \
|
|
./src/
|