Lint
This commit is contained in:
1
.github/workflows/validate_yamllint.yml
vendored
1
.github/workflows/validate_yamllint.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Validate YAML
|
name: Validate YAML
|
||||||
|
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
|
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
yaml-files:
|
yaml-files:
|
||||||
- '*.yaml'
|
- '*.yaml'
|
||||||
- '*.yml'
|
- '*.yml'
|
||||||
@@ -39,4 +38,5 @@ rules:
|
|||||||
quoted-strings: disable
|
quoted-strings: disable
|
||||||
trailing-spaces: enable
|
trailing-spaces: enable
|
||||||
truthy:
|
truthy:
|
||||||
level: warning
|
level: warning
|
||||||
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user