Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commitcb3d61a

Browse files
authored
feat: Add yamllint integration to schema.v2.json (#50)
1 parent9fcf1a0 commitcb3d61a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,19 @@
478478
"default": {},
479479
"description":"golangci-lint is a fast linters runner for Go."
480480
},
481+
"yamllint": {
482+
"type":"object",
483+
"properties": {
484+
"enabled": {
485+
"type":"boolean",
486+
"default":true,
487+
"description":"Enable Yamllint | yamllint is a fast linters runner for yaml. | Enable yamllint integration."
488+
}
489+
},
490+
"additionalProperties":false,
491+
"default": {},
492+
"description":"Yamllint is a fast linters runner for yaml."
493+
},
481494
"gitleaks": {
482495
"type":"object",
483496
"properties": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp