mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
3c0c279658
So that https://github.com/go-gitea/gitea/pull/26964 does not happen again. Merge this after that PR. Config is based on [node's](https://github.com/nodejs/node/blob/main/.yamllint.yaml). --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
49 lines
766 B
YAML
49 lines
766 B
YAML
extends: default
|
|
|
|
rules:
|
|
braces:
|
|
min-spaces-inside: 0
|
|
max-spaces-inside: 1
|
|
min-spaces-inside-empty: 0
|
|
max-spaces-inside-empty: 0
|
|
|
|
brackets:
|
|
min-spaces-inside: 0
|
|
max-spaces-inside: 1
|
|
min-spaces-inside-empty: 0
|
|
max-spaces-inside-empty: 0
|
|
|
|
comments:
|
|
require-starting-space: true
|
|
ignore-shebangs: true
|
|
min-spaces-from-content: 1
|
|
|
|
comments-indentation:
|
|
level: error
|
|
|
|
document-start:
|
|
level: error
|
|
present: false
|
|
ignore: |
|
|
/.drone.yml
|
|
|
|
document-end:
|
|
present: false
|
|
|
|
empty-lines:
|
|
max: 1
|
|
|
|
indentation:
|
|
spaces: 2
|
|
|
|
line-length: disable
|
|
|
|
truthy:
|
|
allowed-values: ["true", "false", "on", "off"]
|
|
|
|
ignore: |
|
|
.venv
|
|
node_modules
|
|
/models/fixtures
|
|
/models/migrations/fixtures
|