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
szülő f5ecf46362
commit b026524ec4
Nem található kulcs ehhez az aláíráshoz az adatbázisban
GPG kulcs azonosító: 063938BA42CFA724

Fájl megtekintése

@ -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