# HG changeset patch # User Wuzzy # Date 1607356784 -3600 # Node ID aa4a4e22230838db1bb82756a4b62164153a29e5 # Parent 955b8fbc29fa9a9e59ef20e1349547589aa94cf0 Lua locale check: Disable line length warning diff -r 955b8fbc29fa -r aa4a4e222308 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