mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 10:23:40 -05:00
build: use poetry and virtual environment
This commit is contained in:
@@ -4,27 +4,27 @@ extends: default
|
||||
locale: en_US.UTF-8
|
||||
|
||||
rules:
|
||||
braces:
|
||||
level: error
|
||||
max-spaces-inside: 1
|
||||
min-spaces-inside: 1
|
||||
comments-indentation: disable
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
indentation:
|
||||
spaces: consistent
|
||||
indent-sequences: true
|
||||
check-multi-line-strings: false
|
||||
line-length: disable
|
||||
quoted-strings:
|
||||
quote-type: any
|
||||
required: false
|
||||
extra-required:
|
||||
- "^http://"
|
||||
- "^https://"
|
||||
- "ftp://"
|
||||
- 'ssh \w.*'
|
||||
- "{{"
|
||||
extra-allowed: []
|
||||
truthy:
|
||||
level: error
|
||||
braces:
|
||||
level: error
|
||||
max-spaces-inside: 1
|
||||
min-spaces-inside: 1
|
||||
comments-indentation: disable
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
indentation:
|
||||
spaces: consistent
|
||||
indent-sequences: true
|
||||
check-multi-line-strings: false
|
||||
line-length: disable
|
||||
quoted-strings:
|
||||
quote-type: any
|
||||
required: false
|
||||
extra-required:
|
||||
- "^http://"
|
||||
- "^https://"
|
||||
- "ftp://"
|
||||
- 'ssh \w.*'
|
||||
- "{{"
|
||||
extra-allowed: []
|
||||
truthy:
|
||||
level: error
|
||||
|
||||
Reference in New Issue
Block a user