From @hstove :
how can i get a list of all clarinet lint rules? specifically the "string" key.
It would be great if the LSP and Clarinet check included this in the message - that's often the case with other linters
There is currently no way to discover these without reading the code or release notes. We need to add something, options include:
We may do more than one of these
From @hstove :
There is currently no way to discover these without reading the code or release notes. We need to add something, options include:
--lints=<lint>and--lint-groups=<lint-group>options toclarinet check, so that the enum variants would show inclarinet check --help--show-lintsflagclarinet check --show-lintsto show details about lints and lint groups #2298clarinet check --show-lintsoutput #2314clarinet manifest schemacommand that outputs JSON schema forClarinet.tomlclarinet manifest schemato generate JSON schema forClarinet.toml#2300We may do more than one of these