Add a http performance test script based on wrk
[iec.git] / .coafile
index dbc38bc..5191c49 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -20,25 +20,34 @@ 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
 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/**,
+    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/**