X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=.coafile;h=a9dae486deff5309ea456f1c7ae7ddfe27be74ed;hb=5cc0d5f3f4a0081f47a414b0c3679d85351ad398;hp=dbc38bcecfd1e687868cd237f885cbaa75a77030;hpb=9a293110239ab09d29ac55c7871c4b690521622a;p=iec.git diff --git a/.coafile b/.coafile index dbc38bc..a9dae48 100644 --- a/.coafile +++ b/.coafile @@ -20,25 +20,29 @@ bears = SpaceConsistencyBear files = docs/**.rst use_spaces = true ignore = .git/**, - .tox/** + .tox/**, + src/type3_AndroidCloud/** [all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **.sh shell = bash use_spaces = true +ignore = src/type3_AndroidCloud/** [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/** [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/**