Skip to content
Snippets Groups Projects
Commit aef0bf81 authored by Nick Volynkin's avatar Nick Volynkin
Browse files

ci: freeze luacheck version at 0.25.0

The newly released 0.26.0 emits a warning on the `_box` variable.
From luacheck v.0.26.0 release notes:

"Function arguments that start with a single underscore
get an "unused hint". Leaving them unused doesn't result
in a warning. Using them, on the other hand, is a
new warning (№ 214)."

NO_DOC=testing
NO_TEST=testing
NO_CHANGELOG=testing
parent d9178b1b
No related branches found
No related tags found
No related merge requests found
......@@ -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
sudo luarocks install luacheck 0.25.0
test_debian_luacheck: test_debian_install_luacheck configure_debian
make luacheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment