On Fri, Dec 31, 2021 at 11:29:11PM +0100, Mattias Andrée wrote: > I just started implementing a linter[0]. Even though I just > started it today, I think that's enough for this year. > > Happy New Year! > Mattias Andrée > > [0] https://github.com/maandree/makelint/
Thank you very much, I'll keep an eye on this. Also as for the name, while looking it up I noticed that there's another project by the exact same name [0]. Funny enough, this project's goal seems to be complete opposite of ours, it advices usage of non-posix implicit variables like $(RM) in it's README. Might be a good idea to use a different name to avoid potential confusion. Something like `makecheck` should be fine, I cannot find any other project with that name. [0]: https://github.com/christianhujer/makelint - NRK