This package provides the following services:
linter-emscripten
This linter plugin for Linter provides an interface to emscripten. It will be used with files that have the "C++", "C", "Objective-C" and "Objective-C++" syntax.
This plugin has been forked off from linter-clang
, due to their similar natures.
Plugin installation
Install from the Settings pane of Atom by searching for and installing the linter-emscripten
package.
Or install from your Command Prompt by running:
$ apm install linter-emscripten
This package will ensure that all dependencies are installed on activation.
Project-specific settings
If your project has some extra include directories, put them in a file called ".clang_complete" and list them line by line. The linter will open the file and use the specified paths when linting in your project.
As well the Clang JSON Compilation Database is a supported format for project specific settings.