v8r
v8r configuration file
| Type | object |
|---|---|
| File match |
.v8rrc.json
.v8rrc.yaml
.v8rrc.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/v8r/latest.json |
| Source | https://raw.githubusercontent.com/chris48s/v8r/main/config-schema.json |
Validate with Lintel
npx @lintel/lintel check
Properties
Remove cached HTTP responses older than cacheTtl seconds old. Specifying 0 clears and disables cache completely
A custom schema catalog. This catalog will be searched ahead of any custom catalogs passed using --catalogs or SchemaStore.org
1 nested properties
A list of JSON schema references.
Output format for validation results. 'text' and 'json' are always valid. Plugins may define additional values which are valid here.
Exit with code 0 even if an error was encountered. True means a non-zero exit code is only issued if validation could be completed successfully and one or more files were invalid
A list of files containing glob patterns to ignore
One or more filenames or glob patterns describing local file or files to validate
Level of verbose logging. 0 is standard, higher numbers are more verbose
An array of strings describing v8r plugins to load