Skip to content

Commit 0ed9503

Browse files
committed
fix PR check errors
1 parent 87a6857 commit 0ed9503

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.luacheckrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ read_globals = {
1515
ignore = {
1616
'212/self',
1717
}
18+
files['tests/specs/pkgm_resolve_spec.lua'] = {
19+
globals = {
20+
'vim.notify',
21+
},
22+
}
1823
max_line_length = false

lua/java-core/ls/servers/jdtls/cmd.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ function M.get_jdtls_config_path(jdtls_root)
100100
return os_config_path
101101
end
102102

103-
err.throw(
104-
('nvim-java: jdtls config directory not found at %s or %s'):format(config_path, os_config_path)
105-
)
103+
err.throw(('nvim-java: jdtls config directory not found at %s or %s'):format(config_path, os_config_path))
106104
end
107105

108106
---@private

0 commit comments

Comments
 (0)