X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=.coafile;h=5191c49d5a90517d5c2e34c37e9d89e0dc7520ab;hb=df4ab230a9f2e86297236807a39e50194f9a345e;hp=dbc38bcecfd1e687868cd237f885cbaa75a77030;hpb=9a293110239ab09d29ac55c7871c4b690521622a;p=iec.git diff --git a/.coafile b/.coafile index dbc38bc..5191c49 100644 --- a/.coafile +++ b/.coafile @@ -20,25 +20,34 @@ bears = SpaceConsistencyBear files = docs/**.rst use_spaces = true ignore = .git/**, - .tox/** + .tox/**, + src/type3_AndroidCloud/**, + src/foundation/** [all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **.sh shell = bash use_spaces = true +ignore = src/type3_AndroidCloud/**, + src/foundation/** [all.YAML] bears = YAMLLintBear files = **.yaml, **.yml use_spaces = true ignore_length_regex = ^.*https?:// -max_line_length = 120 -ignore = src/use_cases/ +yamllint_config = .yamllint.conf +ignore = src/use_cases/**, + src/type3_AndroidCloud/**, + src/foundation/** + [all.Python] bears = PyLintBear files = **.py use_spaces = true pylint_disable = E0401, W0401, C0111 -ignore = src/use_cases/ +ignore = src/use_cases/**, + src/type3_AndroidCloud/**, + src/foundation/**