docs: update
This commit is contained in:
parent
c4052ad9b5
commit
692acfbd0e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue