This package provides the following services:
Plugin installation
$ apm install linter-emperlc
Settings
All of linter-erlc's settings are available from within Atom's settings menu. If you prefer to manually edit the configuration file the following settings are available:
-
executablePath: Defaults toerlc, allowing the$PATHto resolve the correct location. If you need to override this specify the full path toerlc. -
includeDirs: You can add a comma separated list of paths that need to be included byerlc. You can add relative paths to the project root directory. The project must be in OTP style for it to resolve the project root. For example:includes, other/paths. -
pa: A comma separated list of paths added with the -pa flag. For example~/.ebin, /opt/ebins