summaryrefslogtreecommitdiff
path: root/Meta/lint-shell-scripts.sh
AgeCommit message (Collapse)Author
2020-11-01Meta: lint-shell-scripts: Exit if shellcheck is not installedBrendan Coles
2020-10-03Everywhere: Fix more typosLinus Groh
2020-07-05Meta: Do not run shellcheck on our Shell's scriptsAnotherTest
2020-05-29Meta: update lint-shell-scripts.sh so that it does not search in Build/Emanuele Torre
We now use git-ls-files(1) instead of find(1).
2020-05-07Meta: We don't need to ignore run-tests in lint-shell-scripts.shEmanuele Torre
2020-03-25Meta: Ignore the LibJS test runner script when lintingAndreas Kling
Making this work in the absence of bash is more cumbersome than simply skipping it at the moment.
2020-02-10Meta: Integrate Shellcheck into TravisShannon Booth
lint-shell-scripts searches over the repository looking for shell scripts. On those found, shellcheck is run against them. If any linting fails print those warnings and exit with a non-zero exit code. Run this script automatically in Travis.