Leonard
Leonard
Nothing in particular. I simply mean a semi-reliable method that's not too "hacky". But to be honest, anything will suffice. I'm just looking for a starting point.
I'll try it out, thanks!
I've got the linter structure just like in the examples, but I'm confused about how to actually call and use the lints from the binary `main.rs`. What do you mean...
Thanks a lot! I've been putting this off for the last two weeks, but I had a look at the Clippy source code and it doesn't seem that bad. This...
@smoelius I saw [rust-marker](https://github.com/rust-marker/marker) being suggested somewhere, as a way to create a CLI linter. However, I'm not quite sure what it is, I've just kind of skimmed over it,...
@xFrednet Yes, I want to make something like Clippy, just for a specific framework. I think Marker will do nicely. I'm having some issues with installation though. I get this...