Skip to content

Commit

Permalink
ci: update luacheck to 0.26.1
Browse files Browse the repository at this point in the history
Problem with W214 in src/box/lua/net_box.lua was fixed in previous
commit. Can bump luacheck version now.

NO_DOC=testing
NO_TEST=testing
NO_CHANGELOG=testing
  • Loading branch information
grafin authored and kyukhin committed Jul 4, 2022
1 parent 2bd83f5 commit 5557c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.mk
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ test_debian_docker_luacheck:
test_debian_install_luacheck:
sudo apt update -y
sudo apt install -y lua5.1 luarocks
sudo luarocks install luacheck 0.25.0
sudo luarocks install luacheck 0.26.1

test_debian_luacheck: test_debian_install_luacheck configure_debian
make luacheck
Expand Down

0 comments on commit 5557c47

Please sign in to comment.