summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index 99f2b3a79..73723c52b 100644
--- a/cli/schemas/config-file.v1.json
+++ b/cli/schemas/config-file.v1.json
@@ -225,7 +225,7 @@
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will be ignored by all other configurations. Requires Deno 1.34 or later.",
+ "description": "List of files, directories or globs that will be ignored by all other configurations. Requires Deno 1.34 or later.",
"items": {
"type": "string"
}
@@ -236,14 +236,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be linted.",
+ "description": "List of files, directories or globs that will be linted.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be linted.",
+ "description": "List of files, directories or globs that will not be linted.",
"items": {
"type": "string"
}
@@ -253,14 +253,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be linted.",
+ "description": "List of files, directories or globs that will be linted.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be linted.",
+ "description": "List of files, directories or globs that will not be linted.",
"items": {
"type": "string"
}
@@ -316,14 +316,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be formatted.",
+ "description": "List of files, directories or globs that will be formatted.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be formatted.",
+ "description": "List of files, directories or globs that will not be formatted.",
"items": {
"type": "string"
}
@@ -333,14 +333,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be formatted.",
+ "description": "List of files, directories or globs that will be formatted.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be formatted.",
+ "description": "List of files, directories or globs that will not be formatted.",
"items": {
"type": "string"
}
@@ -443,14 +443,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be searched for tests.",
+ "description": "List of files, directories or globs that will be searched for tests.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be searched for tests.",
+ "description": "List of files, directories or globs that will not be searched for tests.",
"items": {
"type": "string"
}
@@ -460,14 +460,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be searched for tests.",
+ "description": "List of files, directories or globs that will be searched for tests.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be searched for tests.",
+ "description": "List of files, directories or globs that will not be searched for tests.",
"items": {
"type": "string"
}
@@ -482,14 +482,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be searched for benchmarks.",
+ "description": "List of files, directories or globs that will be searched for benchmarks.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be searched for benchmarks.",
+ "description": "List of files, directories or globs that will not be searched for benchmarks.",
"items": {
"type": "string"
}
@@ -499,14 +499,14 @@
"properties": {
"include": {
"type": "array",
- "description": "List of files or directories that will be searched for benchmarks.",
+ "description": "List of files, directories or globs that will be searched for benchmarks.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
- "description": "List of files or directories that will not be searched for benchmarks.",
+ "description": "List of files, directories or globs that will not be searched for benchmarks.",
"items": {
"type": "string"
}