Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

keplersj/linter-julia

 
 

Repository files navigation

linter-julia

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

screenshot

Installation

Install the package through Atom's UI, or use the apm tool in the CLI:

$ apm install linter-julia

Note: if you have't installed Juno, you need to tell linter-julia where to find the julia executable (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.3.0 or higher). To get Julia see: http://julialang.org/downloads/ and to get Lint.jl see: https://github.com/tonyhffong/Lint.jl#installation

Settings

screenshot

Features

  • By default linter-julia uses Juno's julia
  • You can give a path to the julia executable that you want to use for Linting
  • You can ignore the messages you don't need

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

CHANGELOG

See the full CHANGELOG here.

About

This linter plugin provides an interface to Lint.jl.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.4%
  • CoffeeScript 29.3%
  • Julia 8.3%