bootstrap_python/.yamllint

69 lines
1.4 KiB
Plaintext

---
rules:
braces:
forbid: false
min-spaces-inside: 1
max-spaces-inside: 1
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
brackets:
forbid: false
min-spaces-inside: 1
max-spaces-inside: 1
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
colons:
max-spaces-before: 0
max-spaces-after: 1
commas:
max-spaces-before: 0
min-spaces-after: 1
max-spaces-after: 1
comments:
require-starting-space: true
ignore-shebangs: true
min-spaces-from-content: 2
comments-indentation: {}
document-end:
present: false
level: error
ignore: |
vault.yaml
document-start:
present: true
level: error
ignore: |
vault.yaml
empty-lines:
max: 2
max-start: 0
max-end: 0
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
hyphens:
max-spaces-after: 1
indentation:
spaces: 2
indent-sequences: true
check-multi-line-strings: false
key-duplicates: {}
line-length:
max: 80
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: false
new-lines:
type: unix
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
quoted-strings:
quote-type: any
required: only-when-needed
extra-required: []
extra-allowed: []
trailing-spaces: {}
truthy:
allowed-values: [ 'true', 'false' ]
check-keys: true