Skip to content

samtkaplan/linter-julia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linter-julia

==============

This linter plugin for Linter provides an interface to Lint.jl. It will be used with files that have the “Julia” syntax.

screenshot

Installation

Install package through Atom or use CLI:

$ apm install linter-julia

Note: if you have't installed Juno, you need to tell linter-julia your julia executable location (i.e. /usr/bin/julia). See Settings below.

In order to use this package, you will need to install Julia and Lint.jl (version 0.2.6 or higher). To get Julia see: http://julialang.org/downloads/ and to get Lint.jl see: https://github.com/tonyhffong/Lint.jl#installation

Before Lint.jl version 0.2.6 is released, you will need to do Pkg.checkout("Lint") after Pkg.add("Lint") command. This will use the latest development version of the Lint.jl package. After the version 0.2.6 is realeased, you can do Pkg.free("Lint").

Settings

screenshot

Features

  • By default linter-julia uses Juno's julia
  • User can give path to the julia, which they want to use for Linting
  • Ignore the messages you don't need

Issues and [pull requests] (https://github.com/TeroFrondelius/linter-julia/pulls) are welcome.

CHANGELOG

See the full CHANGELOG here.

About

This linter plugin for Linter, it provides an interface to Lint.jl.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%