1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-17 21:39:23 +00:00
trezor-firmware/.yamllint.yml

20 lines
386 B
YAML
Raw Normal View History

2020-11-09 17:52:34 +00:00
extends: default
ignore: |
2021-06-02 11:53:27 +00:00
/.venv
2020-11-09 17:52:34 +00:00
vendor/
2021-06-02 11:53:27 +00:00
/common/defs/ethereum/chains/
/common/defs/ethereum/tokens/
2020-11-09 17:52:34 +00:00
rules:
# fix for truthy warning on github action files
truthy:
allowed-values: ['true', 'false', 'on']
2020-11-09 17:52:34 +00:00
# skip line length
line-length: disable
# skip "---" at the beginning
document-start: disable
2020-11-11 13:23:28 +00:00
comments-indentation: disable
indentation:
spaces: 2