X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=.coafile;h=5191c49d5a90517d5c2e34c37e9d89e0dc7520ab;hb=HEAD;hp=ed2d78029c136b681908ea21006597687d793ebd;hpb=763fe2a5586fe268077ef1ffd3e1e94d1ba0f435;p=iec.git diff --git a/.coafile b/.coafile index ed2d780..5191c49 100644 --- a/.coafile +++ b/.coafile @@ -20,13 +20,17 @@ 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 @@ -34,11 +38,16 @@ 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/**, + 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/**