🚀 Feature Request
Is your feature request related to a problem? Please describe.
Not a problem per se, but we can enhance the configuration experience for our users by adding automatic schema detection for certain IDEs.
Describe the solution you'd like
If we submit a schema to https://github.com/SchemaStore/schemastore then some editors will be able to do schema completion and validation for our config files.
Additional context
I became aware of this because of .golangci.toml being integrated in there, as well as pyproject.toml.
🚀 Feature Request
Is your feature request related to a problem? Please describe.
Not a problem per se, but we can enhance the configuration experience for our users by adding automatic schema detection for certain IDEs.
Describe the solution you'd like
If we submit a schema to https://github.com/SchemaStore/schemastore then some editors will be able to do schema completion and validation for our config files.
Additional context
I became aware of this because of
.golangci.tomlbeing integrated in there, as well aspyproject.toml.