Skip to content

Commit 698efbd

Browse files
authored
Merge branch 'master' into farguse
2 parents eac9a19 + 826e025 commit 698efbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/textdocument.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ end
269269

270270
function mark_errors(doc, out = Diagnostic[])
271271
line_offsets = get_line_offsets(doc)
272-
errs = StaticLint.collect_hints(getcst(doc))
272+
errs = StaticLint.collect_hints(getcst(doc), doc.server)
273273
n = length(errs)
274274
n == 0 && return out
275275
i = 1

0 commit comments

Comments
 (0)