blob: a22c086a348b504f0b51f4cc9d6b48eba2e328c5 [file] [log] [blame]
Bartek Grzybowski76c43bf2020-02-28 14:09:43 +01001[yaml]
2bears = YAMLLintBear
3yamllint_config = .yamllint
4ignore =
5 .tox/**,
6 # Doesn't look like a valid YAML although it pretends one
7 deployment/heat/onap-rke/parts/onap-oom-2.yaml
8
9[json]
10bears = JSONFormatBear
11json_sort = False
12indent_size = 2
13ignore =
14 .tox/**,
15 # This one ought to be broken
16 test/mocks/pnfsimulator/pnfsimulator/src/test/resources/org/onap/pnfsimulator/simulator/invalidJsonStructureEvent.json,
17 # This one is empty
18 test/mocks/datafilecollector-testharness/simulator-group/consul/consul_config.json