travis: disable "Prefer explicit escaping" shellcheck warning

People are used to using single backslash in grep (grep "\(xxx\)" etc)
and similar context, lets not make it confusing everywhere.
This commit is contained in:
Marek Marczykowski-Górecki 2018-12-15 23:21:10 +01:00
parent f5ecf46362
commit b026524ec4
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -21,7 +21,7 @@ jobs:
env: TESTS_ONLY=1
script:
- ./run-tests
- shellcheck $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))
- shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))
after_success:
- codecov
- stage: deploy