mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 01:36:14 +08:00
fix: indentation violations in YAML files (#1972)
This commit is contained in:
parent
e696b72f08
commit
b8592ad412
8
.github/linters/.yaml-lint.yml
vendored
8
.github/linters/.yaml-lint.yml
vendored
@ -5,11 +5,7 @@ extends: default
|
|||||||
rules:
|
rules:
|
||||||
brackets:
|
brackets:
|
||||||
max-spaces-inside: 1
|
max-spaces-inside: 1
|
||||||
|
comments-indentation: disable
|
||||||
document-start: disable
|
document-start: disable
|
||||||
indentation:
|
|
||||||
level: warning
|
|
||||||
line-length: disable
|
line-length: disable
|
||||||
new-line-at-end-of-file:
|
truthy: disable
|
||||||
level: warning
|
|
||||||
trailing-spaces:
|
|
||||||
level: warning
|
|
||||||
|
@ -29,4 +29,3 @@ provider_credential_schema:
|
|||||||
placeholder:
|
placeholder:
|
||||||
zh_Hans: 在此输入您的 API Key
|
zh_Hans: 在此输入您的 API Key
|
||||||
en_US: Enter your API Key
|
en_US: Enter your API Key
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user