Minor Changes
-
Added the
no-duplicated-enum-valuesrule that requires all values in anenumto be unique.
The rule is enabled at thewarnlevel in therecommendedruleset.Note: linting output may include new warnings for API descriptions that contain duplicated enum values.
-
Added the
no-unsafe-markdownrule that disallows potentially executable content indescriptionfields.
The rule is enabled at thewarnlevel in therecommendedruleset.Note: linting output may include new warnings for
descriptionfields that contain potentially executable content.
Patch Changes
- Updated @redocly/client-generator to v0.3.0.
- Updated @redocly/openapi-core to v2.44.0.