mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
685 B
45 lines
685 B
1 year ago
|
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
|
||
|
|
||
|
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
|