docs: update

This commit is contained in:
Dylan Araps 2019-02-25 08:32:24 +02:00
parent c4052ad9b5
commit 692acfbd0e
1 changed files with 1 additions and 1 deletions

View File

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