aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-03-15 18:40:50 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-03-15 19:23:27 +0100
commit8408405cb383b79f3a168149a6ef9fadaffdd67c (patch)
tree74795366087431b3d7632c885acbff0f4e127bcc /cmake.deps/cmake
parent17ff65f59aeebaa9b3c11d287a4888aecb1222ac (diff)
downloadrneovim-8408405cb383b79f3a168149a6ef9fadaffdd67c.tar.gz
rneovim-8408405cb383b79f3a168149a6ef9fadaffdd67c.tar.bz2
rneovim-8408405cb383b79f3a168149a6ef9fadaffdd67c.zip
build(deps): bump luacheck to 1.1.0-1
also ignore two new warnings showing false positives
Diffstat (limited to 'cmake.deps/cmake')
-rw-r--r--cmake.deps/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLuarocks.cmake b/cmake.deps/cmake/BuildLuarocks.cmake
index 40b3343a11..cdb7eb97f9 100644
--- a/cmake.deps/cmake/BuildLuarocks.cmake
+++ b/cmake.deps/cmake/BuildLuarocks.cmake
@@ -140,7 +140,7 @@ if(USE_BUNDLED_BUSTED)
# luacheck
add_custom_command(OUTPUT ${LUACHECK_EXE}
- COMMAND ${LUAROCKS_BINARY} build luacheck 0.23.0-1 ${LUAROCKS_BUILDARGS}
+ COMMAND ${LUAROCKS_BINARY} build luacheck 1.1.0-1 ${LUAROCKS_BUILDARGS}
DEPENDS busted)
add_custom_target(luacheck ALL DEPENDS ${LUACHECK_EXE})