You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/.yamllint.yml

20 lines
386 B

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