From 926a2de2eb98783ca4e4eff0140a164cc6895b0e Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 6 Mar 2019 15:35:07 +0100 Subject: [PATCH] meson: run luacheck on all lua files --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2