Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 637 Bytes

could-haves.md

File metadata and controls

8 lines (5 loc) · 637 Bytes

back

Could haves

Follows is a list of items that may be present in the minimum viable product of a custom linter. Items would be nice to have, but are not expected to be implemented; they are most likely to be long-term goals and implemented at a later date.

  • Lints could be easily testable. compiletest-rs and trybuild can serve as inspiration.
  • Lints could be run in parallel. Care should be taken to ensure this does not negatively interact with the aforementioned tester, specifically the ordering of lint outputs.