298:7a103296a019
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Sep 2017 11:25:26 +0800
viewer: use two columns for info lists on check page for small screens too Since lists themselves switch to one column on small screens, there's enough space for both of them side by side.

next change 317:fce877c8a1cc
previous change 258:cbed3b988414

linters/luacheck.yml

Permissions: -rw-r--r--

Other formats: Feeds:
setup:
- ['luarocks', '--tree=../rocks', 'install', 'luacheck', '0.16.3']
env:
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']
version: ['--version']