shellcheck ignore array references for now (SC2039) and run everywhere

This commit is contained in:
Daniel Agar
2018-08-25 13:17:31 -04:00
committed by Lorenz Meier
parent 52e1b59e60
commit e4088204ee
3 changed files with 5 additions and 3 deletions
Vendored
+1 -1
View File
@@ -170,7 +170,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'make shellcheck'
sh 'make shellcheck_all'
sh 'make distclean'
}
}