taplo icon indicating copy to clipboard operation
taplo copied to clipboard

Feature request: suppress validation errors via magic comments

Open bersbersbers opened this issue 2 years ago • 1 comments

Sometimes, JSON schemas are out of date (compare https://github.com/astral-sh/ruff/issues/7261). In that case, it would be great if those errors could be suppressed, similar to # noqa comments in the Python world.

bersbersbers avatar Sep 10 '23 16:09 bersbersbers

That's a good idea. I don't think it already exists, so it would need design and implementation. I'm adding the "help needed" label.

ia0 avatar Sep 10 '23 17:09 ia0