tonyhffong / Lint.jl

A lint tool for Julia code
Other
169 stars 33 forks source link

Calling any function generates false positive #266

Open aminya opened 4 years ago

aminya commented 4 years ago

If we want to use any function that is exported by other packages, we get this error. For example:

using LanguageServer
LanguageServerInstance(stdin, stdout, true, named_pipe, "", Dict())

Gives:

: MethodError(convert, (Symbol, :($(Expr(:., :Pkg)))), 0x00000000000068b1)

As a quick fix please disable this error