Logo
Explore Help
Sign In
h/fish-shell
1
Fork 0
You've already forked fish-shell
mirror of https://github.com/fish-shell/fish-shell.git synced 2026-06-24 09:21:16 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
2d2efc8b2ece97384bf08fc55c0eb35eaa86fb5f
fish-shell/build_tools/cppcheck.sh

8 lines
205 B
Bash
Raw Normal View History

cppcheck.sh: Fix shebang This was using "/usr/local/bin/fish" for no good reason - 1. fish might not be installed, 2. fish might not be installed *there*. Just use /bin/sh in this case, if that doesn't exist we have bigger problems, and this is just a simple wrapper for a command call. [ci skip]
2020-11-15 11:07:27 +01:00
#!/bin/sh
Add cppcheck.sh driver script for running cppcheck
2015-07-25 17:33:34 -07: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]
2020-11-15 11:11:55 +01:00
cppcheck --enable=all --std=posix --quiet \
--suppressions-list=build_tools/cppcheck.suppressions \
--rule-file=build_tools/cppcheck.rules \
cppcheck: Make less annoying Force checking all #ifdef paths, disable StlAlgorithm suggestion Removes a lot of borderline useless spew. [ci skip]
2020-11-15 12:41:55 +01:00
--force \
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]
2020-11-15 11:11:55 +01:00
./src/
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 327ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API