From: Tomas Krizek Date: Wed, 6 Mar 2019 14:35:07 +0000 (+0100) Subject: meson: run luacheck on all lua files X-Git-Tag: v4.0.0~24^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=926a2de2eb98783ca4e4eff0140a164cc6895b0e;p=thirdparty%2Fknot-resolver.git meson: run luacheck on all lua files --- diff --git a/meson.build b/meson.build index 33ce9c3f8..19158a319 100644 --- a/meson.build +++ b/meson.build @@ -204,7 +204,8 @@ if luacheck.found() luacheck, '--codes', '--formatter', 'TAP', - ] + lua_mod_src + lua_src, + meson.source_root(), + ], ) endif