1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/.yamllint.yml
2021-06-08 09:55:19 +02:00

20 lines
386 B
YAML

extends: default
ignore: |
/.venv
vendor/
/common/defs/ethereum/chains/
/common/defs/ethereum/tokens/
rules:
# fix for truthy warning on github action files
truthy:
allowed-values: ['true', 'false', 'on']
# skip line length
line-length: disable
# skip "---" at the beginning
document-start: disable
comments-indentation: disable
indentation:
spaces: 2