docs: update

This commit is contained in:
Dylan Araps 2019-11-28 18:34:16 +00:00
parent 4ffeb19b8d
commit 4044496836
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 2 deletions

View File

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