Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 4, 2019
1 parent 72fa9e5 commit d0d8595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ install:
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }

script:
- shellcheck fff -e SC2180 SC2244
- shellcheck fff -e SC2180 -e SC2244
# Check for lines longer than 100 chars.
- if grep '.\{102\}' fff; then (exit 1); else (exit 0); fi

0 comments on commit d0d8595

Please sign in to comment.