tox: coala: Ignore TYPE3 source code 91/3591/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 22 Jun 2020 13:36:37 +0000 (15:36 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 22 Jun 2020 13:40:31 +0000 (15:40 +0200)
Fixes: ce293dc9c03ffaa51751fb2c371c81c2b33d87ad

Change-Id: If985aa08cfc821f8dec35c229cd5fe0b3719966c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
.coafile

index ed2d780..a9dae48 100644 (file)
--- 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/**