Release image version 1.12.2
[testsuite.git] / .coafile
1 [yaml]
2 bears = YAMLLintBear
3 yamllint_config = .yamllint
4 ignore =
5   .tox/**
6
7 [json]
8 bears = JSONFormatBear
9 json_sort = False
10 indent_size = 2
11 ignore =
12   .tox/**,
13   robot/assets/dcae/ves*.json
14
15