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

Commit6a11ee9

Browse files
Update schema.v2.json
1 parentd81ca37 commit6a11ee9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎static/schema/schema.v2.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,36 @@
908908
"additionalProperties":false,
909909
"default": {},
910910
"description":"dotenv-linter is a tool for checking and fixing .env files for problems and best practices"
911+
},
912+
"htmlhint": {
913+
"type":"object",
914+
"properties": {
915+
"enabled": {
916+
"type":"boolean",
917+
"default":true,
918+
"description":"Enable HTMLHint | HTMLHint is a static code analysis tool for HTML files. | Enable HTMLHint integration. | v1.5.0"
919+
},
920+
"config_file": {
921+
"type":"string",
922+
"description":"Optional path to the HTMLHint configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.htmlhintrc'."
923+
}
924+
},
925+
"additionalProperties":false,
926+
"description":"HTMLHint is a static code analysis tool for HTML files.",
927+
"default": {}
928+
},
929+
"checkmake": {
930+
"type":"object",
931+
"properties": {
932+
"enabled": {
933+
"type":"boolean",
934+
"default":true,
935+
"description":"Enable checkmake | checkmake is a linter for Makefiles. | v0.2.2"
936+
}
937+
},
938+
"additionalProperties":false,
939+
"default": {},
940+
"description":"checkmake is a linter for Makefiles."
911941
}
912942
},
913943
"additionalProperties":false,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp