lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Aug 26, 2014 at 8:19 AM, Daurnimator <quae@daurnimator.com> wrote:

> This is commonly done with pre-commit hooks calling out to a linter.
> I used to have a lua one that warned me about globals, but not sure where it
> went....
>
> This is also usually left up to the commiter, rather than enforced by the
> server (in case you need to break the rules for whatever reason)

I knew it was related to git but I didn't know the exact term/tech :(
Thanks :-)