diff options
-rw-r--r-- | .luarc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json index 12696131aa..5a014a26ea 100644 --- a/.luarc.json +++ b/.luarc.json @@ -9,6 +9,9 @@ "${3rd}/busted/library", "${3rd}/luv/library" ], + "ignoreDir": [ + "test" + ], "checkThirdParty": false }, "diagnostics": { |