mirror of
https://github.com/mas-cli/mas
synced 2024-12-04 01:09:21 +00:00
🔧 Configure yamllint
This commit is contained in:
parent
fe5642f266
commit
3a0fe2fe92
1 changed files with 17 additions and 0 deletions
17
.yamllint.yml
Normal file
17
.yamllint.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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 fallse positives on GHA workflow `on:`
|
||||||
|
level: warning
|
Loading…
Reference in a new issue