Skip to content

NigelRook/linter-erlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linter-erlang package

Simple atom.io erlang linter that actually works. You need erlc installed. It will try and be as smart as possible and try to add dependencies and such on compile automatically. So it should work out of the box without any further settings.

Installation

Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.

Plugin installation

$ apm install linter-erlang

Settings

You can configure linter-elixirc by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

"linter-erlang":
  includeDirs: "./include" #Space seperated list of include paths
  executablePath: "/usr/local/bin/erlc" # default.
  paPaths: "./ebin" # Space seperated list of paths added to -pa flag. This will be done automatically in a project folder.

About

Atom.io erlang linter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%