mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
0fe1837277
Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
17 lines
439 B
YAML
17 lines
439 B
YAML
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
|
|
---
|
|
extends: default
|
|
locale: en_US.UTF-8
|
|
|
|
ignore-from-file: .gitignore
|
|
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy
|
|
truthy:
|
|
allowed-values: ["true", "false"]
|
|
check-keys: false
|
|
# Disables false positives on GHA workflow `on:`
|
|
level: warning
|