From 08427d1935f11862e49c540b3aeb2bb63c4437d6 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Tue, 19 Mar 2019 17:16:03 +0100 Subject: ci: fix luacheck --- .luacheckrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 7a5d3e1a..885fa822 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -71,10 +71,10 @@ ignore = { } -- Sandbox can set global variables -files['daemon/lua'].ignore = {'111', '121', '122'} -files['daemon/lua/kres-gen.lua'].ignore = {'631'} -- Allow overly long lines +files['**/daemon/lua'].ignore = {'111', '121', '122'} +files['**/daemon/lua/kres-gen.lua'].ignore = {'631'} -- Allow overly long lines -- Tests and scripts can use global variables files['scripts'].ignore = {'111', '112', '113'} files['tests'].ignore = {'111', '112', '113'} -files['modules/**/*.test.lua'].ignore = {'111', '112', '113', '121', '122'} -files['daemon/**/*.test.lua'].ignore = {'111', '112', '113', '121', '122'} +files['**/modules/**/*.test.lua'].ignore = {'111', '112', '113', '121', '122'} +files['**/daemon/**/*.test.lua'].ignore = {'111', '112', '113', '121', '122'} -- cgit v1.2.3