redocly-cli icon indicating copy to clipboard operation
redocly-cli copied to clipboard

Configurable rule fails with unclear error message

Open tatomyr opened this issue 5 months ago • 0 comments

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Given this redocly.yaml file

rules:
  rule/test:
    subject:
      type: Operation
      property: summary


  1. And any OpenAPI file(
  2. Run this command with these arguments... redocly lint
  3. See error
Image

Expected behavior

The error should reflect that the assertsion section is missing.

tatomyr avatar Jul 18 '25 12:07 tatomyr