Bartek Grzybowski | 76c43bf | 2020-02-28 14:09:43 +0100 | [diff] [blame] | 1 | [yaml] |
| 2 | bears = YAMLLintBear |
| 3 | yamllint_config = .yamllint |
| 4 | ignore = |
| 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] |
| 10 | bears = JSONFormatBear |
| 11 | json_sort = False |
| 12 | indent_size = 2 |
| 13 | ignore = |
| 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 |