Kakadu via the discuss forum suggested adding a page to list the lints implemented by dunolint
I think this project lacks a list of lints that could be found in dune files, with an explanation why this code is bad. I have something like this (inspired by Rust’s clippy) for OCaml code.
https://kakadu.github.io/zanuda/lints/index.html
At the moment dunolint allows composing basic predicates, which we hope to continue documenting (see for example here), but there is no clear notion of a documented lint (rule) identified as a documentable item on its own.
I personnally think this is a great direction for the project. Thanks!
Kakadu via the discuss forum suggested adding a page to list the lints implemented by dunolint
https://kakadu.github.io/zanuda/lints/index.html
At the moment dunolint allows composing basic predicates, which we hope to continue documenting (see for example here), but there is no clear notion of a documented lint (rule) identified as a documentable item on its own.
I personnally think this is a great direction for the project. Thanks!