Anton Shestakov <av6@dwimlabs.net>, Sun, 12 Apr 2020 23:53:10 +0800
checker: set C.UTF-8 in check-in-firejail.sh too
It's also set in dockerfiles/ubuntu-bionic, so it makes sense to do the same.
linters/luacheck.yml
Permissions: -rw-r--r--
- ['luarocks', '--tree=../rocks', 'install', 'luacheck', '0.21.1'] LUA_PATH: '../rocks/share/lua/5.1/?.lua;../rocks/share/lua/5.1/?/init.lua' LUA_CPATH: '../rocks/lib/lua/5.1/?.so' exec: ['../rocks/bin/luacheck'] flags: ['--formatter', 'plain', '--codes']