1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 19:38:09 +00:00
trezor-firmware/.yamllint.yml
2024-12-15 22:45:48 +01:00

21 lines
397 B
YAML

extends: default
ignore: |
/.venv
vendor/
/common/defs/ethereum/chains/
/common/defs/ethereum/tokens/
/zephyr/
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