docs: update

This commit is contained in:
Dylan Araps 2019-11-26 12:25:22 +00:00
parent 639f221a16
commit b52122a071
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ install:
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }
script:
- shellcheck pash pash-posix -e SC2244 -e SC1090 -e SC1091
- shellcheck pash pash.bash
# Check for lines longer than 80 chars.
- if grep '.\{81\}' pash; then (exit 1); else (exit 0); fi
- if grep '.\{81\}' pash-posix; then (exit 1); else (exit 0); fi
- if grep '.\{81\}' pash.bash; then (exit 1); else (exit 0); fi