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 Sep 4, 2025. It is now read-only.

Commitb36e50e

Browse files
Update schema.v2.json
1 parent8640d58 commitb36e50e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,15 @@
358358
"items": {
359359
"type":"string"
360360
},
361+
"default": [],
361362
"description":"List of rules directories."
362363
},
363364
"util_dirs": {
364365
"type":"array",
365366
"items": {
366367
"type":"string"
367368
},
369+
"default": [],
368370
"description":"List of utils directories."
369371
},
370372
"essential_rules": {
@@ -382,6 +384,7 @@
382384
}
383385
},
384386
"additionalProperties":false,
387+
"default": {},
385388
"description":"Enable ast-grep | ast-grep is a code analysis tool that helps you to find patterns in your codebase using abstract syntax trees patterns. | v0.31.1"
386389
},
387390
"shellcheck": {
@@ -456,27 +459,31 @@
456459
"items": {
457460
"type":"string"
458461
},
462+
"default": [],
459463
"description":"IDs of rules to be enabled. The rule won't run unless 'level' is set to a level that activates the rule."
460464
},
461465
"disabled_rules": {
462466
"type":"array",
463467
"items": {
464468
"type":"string"
465469
},
470+
"default": [],
466471
"description":"IDs of rules to be disabled. Note: EN_UNPAIRED_BRACKETS, and EN_UNPAIRED_QUOTES are always disabled."
467472
},
468473
"enabled_categories": {
469474
"type":"array",
470475
"items": {
471476
"type":"string"
472477
},
478+
"default": [],
473479
"description":"IDs of categories to be enabled."
474480
},
475481
"disabled_categories": {
476482
"type":"array",
477483
"items": {
478484
"type":"string"
479485
},
486+
"default": [],
480487
"description":"IDs of categories to be disabled. Note: TYPOS, TYPOGRAPHY, and CASING are always disabled."
481488
},
482489
"enabled_only": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp