Lua locale check: Disable line length warning
authorWuzzy <Wuzzy2@mail.ru>
Mon, 07 Dec 2020 16:59:44 +0100
changeset 15771 aa4a4e222308
parent 15770 955b8fbc29fa
child 15772 95db10dcad71
Lua locale check: Disable line length warning
tools/check_lua_locale_files.sh
--- a/tools/check_lua_locale_files.sh	Mon Dec 07 16:55:34 2020 +0100
+++ b/tools/check_lua_locale_files.sh	Mon Dec 07 16:59:44 2020 +0100
@@ -1,5 +1,5 @@
 #!/bin/sh -
 echo "*** Luacheck of Lua locale files:"
-luacheck ../share/hedgewars/Data/Locale/*.lua --globals locale -q
+luacheck ../share/hedgewars/Data/Locale/*.lua --globals locale --no-max-line-length -q
 echo "Missing translations in Lua locale files:"
 grep -c -- "^--" ../share/hedgewars/Data/Locale/*.lua