blob: 98f44d56623ac28ce88d27f7720d8497d52a4e45 [file] [log] [blame]
mrichomme08f66652020-03-06 17:49:55 +01001[yaml]
2bears = YAMLLintBear
3yamllint_config = .yamllint
4ignore =
5 .tox/**
6
7[json]
8bears = JSONFormatBear
9json_sort = False
10indent_size = 2
11ignore =
mprzybyse3024be2020-10-13 13:50:13 +020012 .tox/**,
13 robot/assets/dcae/ves*.json
14
15