]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: run luacheck on all lua files
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 6 Mar 2019 14:35:07 +0000 (15:35 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:44:50 +0000 (10:44 +0100)
meson.build

index 33ce9c3f85512270c01dd9b6be0efdef9a2614ad..19158a319807f2c5e43bbcfc0a7a3018e0327d32 100644 (file)
@@ -204,7 +204,8 @@ if luacheck.found()
       luacheck,
       '--codes',
       '--formatter', 'TAP',
-    ] + lua_mod_src + lua_src,
+      meson.source_root(),
+    ],
   )
 endif