Files
lightgbm-org--lightgbm/.yamllint.yml
T
2026-07-13 13:27:18 +08:00

11 lines
277 B
YAML

# default config: https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
extends: default
rules:
document-start: disable
line-length:
max: 120
truthy:
# prevent treating GitHub Workflow "on" key as boolean value
check-keys: false