diff options
Diffstat (limited to '.coafile')
-rw-r--r-- | .coafile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.coafile b/.coafile new file mode 100644 index 000000000..a22c086a3 --- /dev/null +++ b/.coafile @@ -0,0 +1,18 @@ +[yaml] +bears = YAMLLintBear +yamllint_config = .yamllint +ignore = + .tox/**, + # Doesn't look like a valid YAML although it pretends one + deployment/heat/onap-rke/parts/onap-oom-2.yaml + +[json] +bears = JSONFormatBear +json_sort = False +indent_size = 2 +ignore = + .tox/**, + # This one ought to be broken + test/mocks/pnfsimulator/pnfsimulator/src/test/resources/org/onap/pnfsimulator/simulator/invalidJsonStructureEvent.json, + # This one is empty + test/mocks/datafilecollector-testharness/simulator-group/consul/consul_config.json |