We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error when calling lint_file:
lint_file
ERROR: type FileServer has no field symbolserver Stacktrace: [1] setproperty!(x::StaticLint.FileServer, f::Symbol, v::Dict{Symbol, SymbolServer.ModuleStore}) @ Base ./Base.jl:34 [2] setup_server(env::String, depot::String, cache::String) @ StaticLint ~/.julia/packages/StaticLint/Bccrj/src/interface.jl:4 [3] setup_server(env::String) (repeats 2 times) @ StaticLint ~/.julia/packages/StaticLint/Bccrj/src/interface.jl:2 [4] top-level scope @ REPL[2]:1
Expected behaviour is to return without errors.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I get this error when calling
lint_file
:Expected behaviour is to return without errors.
The text was updated successfully, but these errors were encountered: