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
It would be really nice to create and publish a JSON schema for the Clippy configuration file. By having a schema definition, a number of editors will automatically provide a much nicer developer experience by validating the configuration and providing little perks like auto-completion.
There are already a few Rust-related schemas published on the JSON Schema Store:
It would be really nice to create and publish a JSON schema for the Clippy configuration file. By having a schema definition, a number of editors will automatically provide a much nicer developer experience by validating the configuration and providing little perks like auto-completion.
There are already a few Rust-related schemas published on the JSON Schema Store:
and for other examples of TOML files being published:
I think it might be possible to look at how ruff and uv have implemented this and adapt it to Clippy.
If that's something you want to go ahead with, I might be able to have a look into creating a PR.
The text was updated successfully, but these errors were encountered: