mrichomme | 08f6665 | 2020-03-06 17:49:55 +0100 | [diff] [blame] | 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 = | ||||
mprzybys | e3024be | 2020-10-13 13:50:13 +0200 | [diff] [blame] | 12 | .tox/**, |
13 | robot/assets/dcae/ves*.json | ||||
14 | |||||
15 |