X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=.coafile;h=c472b5d555089ea384b7e1e16994e3f6b0085f1a;hp=50e636ccb55896c46b01ff902fd895b6242287d9;hb=18c405acd6c505cb3a1ff173e9bbe4e2bf4d8ce6;hpb=0a46c82e91de6d98c02bd67f70f024bd95751a64 diff --git a/.coafile b/.coafile index 50e636c..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/custom_repos.yaml +ignore = tests/k8s/conformance/custom_repos.yaml, + tests/k8s/kube-hunter/job.yaml [all.Python] bears = PyLintBear