docs: update
This commit is contained in:
parent
4ffeb19b8d
commit
4044496836
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue