Skip to content

Commit 1b6a982

Browse files
committed
commandline parameter checklevel may not work
1 parent 7156ce8 commit 1b6a982

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# changelog
22

33
## 3.6.19
4+
* `FIX` commandline parameter `checklevel` may not work
45
* `FIX` [#2036]
56
* `FIX` [#2037]
67

script/cli/check.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ lclient():start(function (client)
6464
disables[name] = true
6565
end
6666
end
67-
config.set(nil, 'Lua.diagnostics.disable', util.getTableKeys(disables, true))
67+
config.set(rootUri, 'Lua.diagnostics.disable', util.getTableKeys(disables, true))
6868

6969
local uris = files.getAllUris(rootUri)
7070
local max = #uris

0 commit comments

Comments
 (0)