This linter plugin for AtomLinter
provides an interface to Lint.jl.
It will be used with files that have the Julia
syntax.
You can also use the apm
tool in the CLI:
$ apm install linter-julia
You need to tell linter-julia where to find the julia executable
(i.e. /usr/bin/julia
or C:\Julia-1.3.0-rc4\bin\julia.exe
). See Settings below.
This package installs the master branch of Lint.jl automatically, to make it activated just restart Atom one more time! (two time total)
Note: If after two restarts the linter didn't work, add the Lint.jl manually:
] add https://github.com/tonyhffong/Lint.jl
julia
julia
executable that you want to use for LintingIssues and [pull requests] (https://github.com/AtomLinter/linter-julia/pulls) are welcome.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.