Skip to content
Snippets Groups Projects
Commit cac4e3fa authored by nimrod's avatar nimrod
Browse files

- Run shell lint (sh -en) in an empty environment (no environment

variables set).
- Bump minor version.
parent 1226e35f
No related branches found
No related tags found
No related merge requests found
0.4.0
0.5.0
\ No newline at end of file
......@@ -3,8 +3,8 @@
name: Lint shell scripts
description: Run /bin/sh -en against shell scripts.
language: system
entry: /bin/sh
args: ['-en']
entry: /usr/bin/env
args: ['-i', '/bin/sh', '-en']
files: &shell_scripts \.(sh|bash|ksh|zsh)$
- id: shellcheck
name: shellcheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment