generated from eblume/project-template
27 lines
495 B
YAML
27 lines
495 B
YAML
|
|
---
|
||
|
|
extends: default
|
||
|
|
|
||
|
|
rules:
|
||
|
|
line-length:
|
||
|
|
max: 120
|
||
|
|
level: warning
|
||
|
|
truthy:
|
||
|
|
allowed-values: ['true', 'false', 'yes', 'no']
|
||
|
|
comments:
|
||
|
|
min-spaces-from-content: 1
|
||
|
|
braces:
|
||
|
|
min-spaces-inside: 0
|
||
|
|
max-spaces-inside: 1
|
||
|
|
brackets:
|
||
|
|
min-spaces-inside: 0
|
||
|
|
max-spaces-inside: 0
|
||
|
|
indentation:
|
||
|
|
spaces: 2
|
||
|
|
indent-sequences: consistent
|
||
|
|
comments-indentation: false
|
||
|
|
octal-values:
|
||
|
|
forbid-implicit-octal: false
|
||
|
|
forbid-explicit-octal: true
|
||
|
|
|
||
|
|
ignore:
|
||
|
|
- .venv/
|