Skip to content

Commit 1daa733

Browse files
[autofix.ci] apply automated fixes
1 parent 3f02d5d commit 1daa733

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

schema/mise.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,30 +1175,6 @@
11751175
"description": "Show completion message with elapsed time for each task on `mise run`. Default shows when output type is `prefix`.",
11761176
"type": "boolean"
11771177
},
1178-
"task": {
1179-
"type": "object",
1180-
"additionalProperties": false,
1181-
"properties": {
1182-
"monorepo_depth": {
1183-
"default": 5,
1184-
"description": "Maximum depth to search for task files in monorepo subdirectories.",
1185-
"type": "number"
1186-
},
1187-
"monorepo_exclude_dirs": {
1188-
"default": [],
1189-
"description": "Directory patterns to exclude when discovering monorepo subdirectories.",
1190-
"type": "array",
1191-
"items": {
1192-
"type": "string"
1193-
}
1194-
},
1195-
"monorepo_respect_gitignore": {
1196-
"default": true,
1197-
"description": "Whether to respect .gitignore files when discovering monorepo subdirectories.",
1198-
"type": "boolean"
1199-
}
1200-
}
1201-
},
12021178
"trace": {
12031179
"description": "Sets log level to trace",
12041180
"type": "boolean"
@@ -1284,6 +1260,30 @@
12841260
"type": "boolean"
12851261
}
12861262
}
1263+
},
1264+
"task": {
1265+
"type": "object",
1266+
"additionalProperties": false,
1267+
"properties": {
1268+
"monorepo_depth": {
1269+
"default": 5,
1270+
"description": "Maximum depth to search for task files in monorepo subdirectories.",
1271+
"type": "number"
1272+
},
1273+
"monorepo_exclude_dirs": {
1274+
"default": [],
1275+
"description": "Directory patterns to exclude when discovering monorepo subdirectories.",
1276+
"type": "array",
1277+
"items": {
1278+
"type": "string"
1279+
}
1280+
},
1281+
"monorepo_respect_gitignore": {
1282+
"default": true,
1283+
"description": "Whether to respect .gitignore files when discovering monorepo subdirectories.",
1284+
"type": "boolean"
1285+
}
1286+
}
12871287
}
12881288
}
12891289
},

0 commit comments

Comments
 (0)