X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=.coafile;h=5191c49d5a90517d5c2e34c37e9d89e0dc7520ab;hb=HEAD;hp=a9dae486deff5309ea456f1c7ae7ddfe27be74ed;hpb=89fa7d19f02853eb322b3b864b9dc9b90253316e;p=iec.git diff --git a/.coafile b/.coafile index a9dae48..5191c49 100644 --- a/.coafile +++ b/.coafile @@ -21,14 +21,16 @@ files = docs/**.rst use_spaces = true ignore = .git/**, .tox/**, - src/type3_AndroidCloud/** + src/type3_AndroidCloud/**, + src/foundation/** [all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **.sh shell = bash use_spaces = true -ignore = src/type3_AndroidCloud/** +ignore = src/type3_AndroidCloud/**, + src/foundation/** [all.YAML] bears = YAMLLintBear @@ -37,7 +39,9 @@ use_spaces = true ignore_length_regex = ^.*https?:// yamllint_config = .yamllint.conf ignore = src/use_cases/**, - src/type3_AndroidCloud/** + src/type3_AndroidCloud/**, + src/foundation/** + [all.Python] bears = PyLintBear @@ -45,4 +49,5 @@ files = **.py use_spaces = true pylint_disable = E0401, W0401, C0111 ignore = src/use_cases/**, - src/type3_AndroidCloud/** + src/type3_AndroidCloud/**, + src/foundation/**