X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=.coafile;h=c472b5d555089ea384b7e1e16994e3f6b0085f1a;hp=39d09fa68ff30ea3ddc2bcab752d8ddea01fddfb;hb=7655975fa9382b76be6ebcc28cb4b1531b5e6880;hpb=cfbba338e0fc404ce42edf337f4518db99c9201b diff --git a/.coafile b/.coafile index 39d09fa..c472b5d 100644 --- a/.coafile +++ b/.coafile @@ -1,6 +1,7 @@ [all] ignore = .tox/**, .py35/**, + .py36/**, .git/**, .gitignore, .gitreview, @@ -35,7 +36,8 @@ bears = YAMLLintBear files = **.yaml, **.yml use_spaces = true max_line_length = 120 -ignore = tests/k8s/conformance/sonobuoy.yaml +ignore = tests/k8s/conformance/custom_repos.yaml, + tests/k8s/kube-hunter/job.yaml [all.Python] bears = PyLintBear @@ -95,4 +97,8 @@ ignore = ui/src/main/webapp/app/fusion/**, ui/src/main/webapp/app/BluvalUI/GetBlueprintInstances/GetBlueprintInstances.js, ui/src/main/webapp/app/BluvalUI/GetLabs/GetLabs.js, ui/src/main/webapp/app/BluvalUI/GetLayers/GetLayers.js, - ui/src/main/webapp/app/BluvalUI/GetTimeslots/GetTimeslots.js + ui/src/main/webapp/app/BluvalUI/GetTimeslots/GetTimeslots.js, + ui/src/main/webapp/app/BluvalUI/CreateUser/CreateUser.js, + ui/src/main/webapp/app/BluvalUI/GetUser/GetUser.js, + ui/src/main/webapp/app/BluvalUI/ResetUser/ResetUser.js, + ui/src/main/webapp/app/BluvalUI/UpdatePassword/UpdatePassword.js