summaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2020-12-04 21:44:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-04 21:44:23 +0000
commitbfffa2d982cc506979aaa0b96b6bb352c8dda9a7 (patch)
tree1093505679ce13406d66b9ccc5fd78884923ea37 /.coafile
parent81b196b4c766c7dec927405da1a831cd437c5466 (diff)
parentd3cdace51db473c93540229da3a0fd061120957c (diff)
Merge "cds-bash script package"
Diffstat (limited to '.coafile')
-rw-r--r--.coafile7
1 files changed, 6 insertions, 1 deletions
diff --git a/.coafile b/.coafile
index aaae2c1..0cc60d0 100644
--- a/.coafile
+++ b/.coafile
@@ -9,7 +9,12 @@ bears = JSONFormatBear
json_sort = False
indent_size = 2
ignore =
- .tox/**
+ .tox/**,
+ # this file does not contain parsable JSON. Invalid control character at.
+ cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json,
+ cds-regression-test/test/remote-ansible/mock-payloads/job-output.json,
+ cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json,
+ cds-regression-test/test/test/remote-ansible/mock-payloads/job-output.json
[py]
bears = PyLintBear