summaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-03-19 17:16:03 +0100
committerPetr Špaček <petr.spacek@nic.cz>2019-04-04 14:18:58 +0200
commit08427d1935f11862e49c540b3aeb2bb63c4437d6 (patch)
tree73eb285f657233371b6b08acc5c0011a1a8cf0e1 /.luacheckrc
parentta_update.test: increase time for testing in CI (diff)
downloadknot-resolver-08427d1935f11862e49c540b3aeb2bb63c4437d6.tar.xz
knot-resolver-08427d1935f11862e49c540b3aeb2bb63c4437d6.zip
ci: fix luacheck
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc8
1 files changed, 4 insertions, 4 deletions
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'}