X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flint.sh;h=3c42dd1bf6694b24994adc751db1b06c12543a6f;hb=126a443a5bd8c7245234a79f530bfa54222abb21;hp=1a4fa803e5d21af6fd0f735e0bdeb7128bddfa5c;hpb=68faf8d30c3e08ca7dc1974281ade474f6f815b7;p=osm%2Fdevops.git diff --git a/installers/charm/lint.sh b/installers/charm/lint.sh index 1a4fa803..3c42dd1b 100755 --- a/installers/charm/lint.sh +++ b/installers/charm/lint.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Copyright 2020 Canonical Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,8 +12,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/bash + set -eux + function lint() { cd $1 tox -e lint @@ -25,3 +27,6 @@ lint 'nbi-k8s' lint 'pol-k8s' lint 'ro-k8s' lint 'ui-k8s' +lint 'keystone' +lint 'ng-ui' +lint 'pla' \ No newline at end of file