summaryrefslogtreecommitdiff
path: root/cli/schemas/config-file.v1.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/schemas/config-file.v1.json')
-rw-r--r--cli/schemas/config-file.v1.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index a8f80dd36..26cd3ab77 100644
--- a/cli/schemas/config-file.v1.json
+++ b/cli/schemas/config-file.v1.json
@@ -249,6 +249,15 @@
"uniqueItems": true
}
}
+ },
+ "report": {
+ "default": "pretty",
+ "enum": [
+ "pretty",
+ "json",
+ "compact"
+ ],
+ "description": "The default report format to use when linting"
}
}
},