mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-02 22:42:00 +08:00
9b3bfb63d3
It's weird having them in the parent directory. Move them to build_tools/ and make them visible. [ci skip]
7 lines
186 B
Bash
Executable File
7 lines
186 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cppcheck --enable=all --std=posix --quiet \
|
|
--suppressions-list=build_tools/cppcheck.suppressions \
|
|
--rule-file=build_tools/cppcheck.rules \
|
|
./src/
|