aiq / basexx

A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.
MIT License
85 stars 28 forks source link

fix lint errors #7

Closed nicki-krizek closed 5 years ago

aiq commented 5 years ago

Thanks for the support. Just one little question. Which lint tool was used?

BR, Alexander

nicki-krizek commented 5 years ago

We use luacheck with this .luacheckrc config file.