Kakadu / zanuda

OCaml linter
GNU Lesser General Public License v3.0
63 stars 8 forks source link

fix typo: standart => standard #38

Closed KevinBoyette closed 9 months ago

KevinBoyette commented 9 months ago

I like that check for --signoff! I rebased and added it to my commit.

Kakadu commented 9 months ago

I don't know anybody (except myself) who is using it, and I'm curious. Could you put a few words about how do you use this project?

KevinBoyette commented 9 months ago

I found this project while looking for an ocaml linter and I'm just getting started with it. I saw another called Camelot, but wanted to give your project a try. I'm in the process of cleaning up my code to be compliant. Right now, I dune build and then zanuda -no-top_file_license -dir . to get the code level lints fixed. I've found a few places where I could have used function and a bunch of cases where I forgot a .mli. Then I'll go through and add the license info.
I've found zanuda to be pretty nice, super fast, and the alerts have been very helpful.