summaryrefslogtreecommitdiff
path: root/test/crossfile
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-02-09 15:38:40 +0800
committerGitHub <noreply@github.com>2022-02-09 15:38:40 +0800
commit0f63b39275be9c5c3eb3bca27f5bd660cdc0ae26 (patch)
tree53b3a597a20deab6e2ff81a727f65e6aaf9d94df /test/crossfile
parent6c4fe2e8360b8bee1a6e01d5578e5cfc8191c1ee (diff)
parent96bdc534fc2c0353e0e21eda7a8deec617f2db33 (diff)
downloadlua-language-server-0f63b39275be9c5c3eb3bca27f5bd660cdc0ae26.zip
Merge pull request #915 from CppCXY/format
code reformat
Diffstat (limited to 'test/crossfile')
-rw-r--r--test/crossfile/diagnostic.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/crossfile/diagnostic.lua b/test/crossfile/diagnostic.lua
index 43028744..dd06351f 100644
--- a/test/crossfile/diagnostic.lua
+++ b/test/crossfile/diagnostic.lua
@@ -5,8 +5,10 @@ local config = require 'config'
local platform = require 'bee.platform'
local catch = require 'catch'
+
config.get(nil, 'Lua.diagnostics.neededFileStatus')['deprecated'] = 'Any'
config.get(nil, 'Lua.diagnostics.neededFileStatus')['type-check'] = 'Any'
+config.get(nil, 'Lua.diagnostics.neededFileStatus')['codestyle-check'] = 'None'
rawset(_G, 'TEST', true)