mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +00:00
75032b67d0
Intermediate commits (oldest → newest): - Create python-app.yml - Create python-package.yml - Various fixes - Playlist based on chat history - Additional logging - Improvements - ASync search and moving to fully asynchronous work + responses to config command - Various fixes - Test chat gpt4
11 lines
237 B
YAML
11 lines
237 B
YAML
rules:
|
|
quoted-strings:
|
|
required: only-when-needed
|
|
extra-allowed: ["{|}"]
|
|
empty-values:
|
|
forbid-in-block-mappings: true
|
|
forbid-in-flow-mappings: true
|
|
key-duplicates: {}
|
|
octal-values:
|
|
forbid-implicit-octal: true
|