X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=.coafile;h=a9dae486deff5309ea456f1c7ae7ddfe27be74ed;hb=89fa7d19f02853eb322b3b864b9dc9b90253316e;hp=ed2d78029c136b681908ea21006597687d793ebd;hpb=763fe2a5586fe268077ef1ffd3e1e94d1ba0f435;p=iec.git diff --git a/.coafile b/.coafile index ed2d780..a9dae48 100644 --- a/.coafile +++ b/.coafile @@ -20,13 +20,15 @@ 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 @@ -34,11 +36,13 @@ files = **.yaml, **.yml use_spaces = true ignore_length_regex = ^.*https?:// yamllint_config = .yamllint.conf -ignore = src/use_cases/ +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/**