diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-02-09 15:38:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 15:38:40 +0800 |
commit | 0f63b39275be9c5c3eb3bca27f5bd660cdc0ae26 (patch) | |
tree | 53b3a597a20deab6e2ff81a727f65e6aaf9d94df /test/crossfile | |
parent | 6c4fe2e8360b8bee1a6e01d5578e5cfc8191c1ee (diff) | |
parent | 96bdc534fc2c0353e0e21eda7a8deec617f2db33 (diff) | |
download | lua-language-server-0f63b39275be9c5c3eb3bca27f5bd660cdc0ae26.zip |
Merge pull request #915 from CppCXY/format
code reformat
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/diagnostic.lua | 2 |
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) |