2021-04-10 20:51:00 +00:00
|
|
|
---
|
|
|
|
extends: default
|
|
|
|
|
2022-12-17 00:49:05 +00:00
|
|
|
locale: en_US.UTF-8
|
|
|
|
|
|
|
|
yaml-files:
|
|
|
|
- '*.yaml'
|
|
|
|
- '*.yml'
|
|
|
|
- '.yamllint'
|
|
|
|
|
2021-04-10 20:51:00 +00:00
|
|
|
ignore: |
|
2023-01-03 03:49:02 +00:00
|
|
|
api/openapi.yml
|
2022-06-15 07:51:47 +00:00
|
|
|
docs/pnpm-lock.yaml
|
2021-04-10 20:51:00 +00:00
|
|
|
internal/configuration/test_resources/config_bad_quoting.yml
|
2021-09-29 07:24:21 +00:00
|
|
|
web/pnpm-lock.yaml
|
2021-04-10 20:51:00 +00:00
|
|
|
web/node_modules/
|
2022-09-16 04:21:05 +00:00
|
|
|
.github/ISSUE_TEMPLATE/feature-request.yml
|
|
|
|
.github/ISSUE_TEMPLATE/bug-report.yml
|
2021-04-10 20:51:00 +00:00
|
|
|
rules:
|
|
|
|
document-end:
|
|
|
|
level: warning
|
|
|
|
empty-values:
|
|
|
|
level: warning
|
|
|
|
indentation:
|
|
|
|
spaces: 2
|
|
|
|
check-multi-line-strings: true
|
|
|
|
line-length:
|
|
|
|
max: 120
|
|
|
|
octal-values: enable
|
|
|
|
...
|