summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index 7978a2597..000699767 100644
--- a/cli/schemas/config-file.v1.json
+++ b/cli/schemas/config-file.v1.json
@@ -223,6 +223,13 @@
}
}
},
+ "exclude": {
+ "type": "array",
+ "description": "List of files or directories that will be ignored by all other configurations.",
+ "items": {
+ "type": "string"
+ }
+ },
"lint": {
"description": "Configuration for linter",
"type": "object",