commit c8d86add25376011bf68ab124d13178761e066b4 from: Sergey Bronnikov date: Sun Jul 07 08:47:17 2024 UTC make: bump luacheck version Bump luacheck version to v1.2.0 [1]. 1. https://github.com/lunarmodules/luacheck/releases/tag/v1.2.0 commit - dff658c9939a9b2b3afecf8e84a0eddeeb6f436b commit + c8d86add25376011bf68ab124d13178761e066b4 blob - 5ecc91e1433598d35d89629a7ed7d0436d92076e blob + 39595320a8ac12823d56ec1c3977b98aa4fb2acb --- CHANGELOG.md +++ CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http ### Changed +- Bump luacheck version. - Using of SQL prepared statements in test examples. ### Removed blob - 4ed5e36d8dcf6b41c74e99ea271f03dbd73c445a blob + e1f40aac8c1a081ed41adfecf68b8e4dfbdefb47 --- Makefile +++ Makefile @@ -33,7 +33,7 @@ deps: deps-runtime deps-dev deps-dev: @echo "Setup development dependencies" - luarocks install --local luacheck 1.1.0 + luarocks install --local luacheck 1.2.0 luarocks install --local luacov 0.15.0 luarocks install --local cluacov 0.1.1 luarocks install --local luacov-coveralls 0.2.3