tonyhffong / Lint.jl

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

Install problems #269

Open lindnemi opened 4 years ago

lindnemi commented 4 years ago

When I try to install Lint I get the following error.

(v1.3) pkg> add Lint.jl
ERROR: The following package names could not be resolved:
 * Lint (not found in project, manifest or registry)
Please specify by known `name=uuid`.

The package seems to have disappeared from the Julia registry: https://github.com/JuliaRegistries/General/tree/master/L

TotalVerb commented 4 years ago

This package is no longer maintained and is barely functional for the current Julia version. Please consider something like https://github.com/julia-vscode/StaticLint.jl instead.