mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-10-31 20:39:48 +00:00
20 lines
386 B
YAML
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
|