Fix: Linting, stale permissions, tweaks

This commit is contained in:
2023-05-04 15:40:11 +03:00
parent 15ac8b6bef
commit 744a067468
11 changed files with 36 additions and 20 deletions

View File

@@ -4,12 +4,12 @@ extends: default
ignore-from-file: .gitignore
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint.yml'
- "*.yaml"
- "*.yml"
- ".yamllint.yml"
rules:
line-length:
max: 120
max: 300
level: warning
truthy: disable