mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Add cppcheck.sh driver script for running cppcheck
This commit is contained in:
parent
92e9297a15
commit
16ad5d3a2e
1 changed files with 3 additions and 0 deletions
3
build_tools/cppcheck.sh
Executable file
3
build_tools/cppcheck.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/local/bin/fish
|
||||
|
||||
cppcheck --enable=all --std=posix --quiet .
|
Loading…
Reference in a new issue