forked from MapColonies/discrete-agent-db-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.redocly.yaml
33 lines (28 loc) · 1.19 KB
/
.redocly.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
lint:
plugins:
# This section is where you can import local plugins.
# We don't support community plugins.
# You don't need to import our built-in plugins and rules.
# Omit this section if you don't have custom plugins.
# - './local-plugin.js'
extends:
# This section is where you choose the base configurations.
# You may override specific settings in the subsequent sections.
- recommended # This is the default (and built in) configuration. If it is too strict, try `minimal`.
resolve:
# Use this when you have external links in your definition that are not publicly accessible.
# Not required for Redocly API registry links.
# We recommend using environment variables for when possible.
preprocessors:
# Preprocessors are rarely indicated -- avoid if possible.
# This section can be omitted.
rules:
boolean-parameter-prefixes:
severity: error
prefixes: ['should', 'is', 'has']
no-unused-components:
severity: error
no-empty-servers: off
decorators:
# Decorators modify the the definition after validation is complete, only in the bundling process.
# This section can be omitted if you don't use decorators.