We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b1e45 commit 034532aCopy full SHA for 034532a
docs/@v2/commands/lint.md
@@ -372,6 +372,12 @@ The errors in the ignore file `.redocly.lint-ignore.yaml` are ignored when the `
372
373
If you run:
374
375
+```bash
376
+redocly lint api1.yaml --generate-ignore-file
377
+```
378
+
379
+Only the ignore entries related to api1.yaml are updated.
380
+Ignore entries for other API descriptions remain unchanged.
381
382
To generate an ignore file for multiple API descriptions, pass them as arguments:
383
0 commit comments