Set shellcheck servity to warning+

Added the -S warning option to the shellcheck call to make informational
and style suggestions not throw errors in travis.  These types of things
can be picked up in code review.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2019-01-16 16:15:47 -06:00
parent 39759a1864
commit 9912f8e7c6
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

View File

@ -9,7 +9,7 @@ env:
script:
- which shellcheck
- shellcheck -V
- bash -c 'export SHELLCHECK_OPTS="-e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
- bash -c 'export SHELLCHECK_OPTS="-S warning -e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
- bash -c 'pwd'
- bash -c 'ls -la'
- which openssl