You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> NOTE: this feature is experimental. Modifying your data may break codeframes in errors.
4
+
5
+
## Rationale
6
+
7
+
There might appear such situation, when the input data should be mutated before applying default rules and/or bundling. For this case, you might want to run certain custom preprocessors before rules.
Copy file name to clipboardExpand all lines: docs/rules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
All supported rules are listed below. To change your settings for any given rule, just add or modify a corresponding item in the `rules` section of the `.redocly.yaml` in your working directory.
6
6
7
7
Each of the `rules` entries can be one of following:
8
-
-`rule-name`: `{severity}`, where `{severity}` is on of `error`, `warning` or `off`
8
+
-`rule-name`: `{severity}`, where `{severity}` is on of `error`, `warn` or `off`
0 commit comments