Skip to content

Commit

Permalink
Merge pull request #47 from fkromer/patch-1
Browse files Browse the repository at this point in the history
add: C++ linters
  • Loading branch information
Aleksandar Todorović (r3bl) committed Nov 28, 2016
2 parents ff359e7 + 3c9a634 commit 048d908
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ In case the awesome nirvana that is linting has not yet been unleashed upon you:
To enable linting, you'll need the general [linter](https://atom.io/packages/linter) which provides the interface for the provider plugins for specific languages. The full list of current plugins can be found at [atomlinter.github.io](http:https://atomlinter.github.io/), a few examples being:

- [C++](https://atom.io/packages/linter-clang) — clang
- C++
- [linter-clang](https://atom.io/packages/linter-clang)
- [linter-cppcheck](https://atom.io/packages/linter-cppcheck)
- [linter-gcc](https://atom.io/packages/linter-gcc) - on-the-fly linting!
- [linter-cpplint](https://atom.io/packages/linter-cpplint) - checks against google style guide
- [CSS](https://atom.io/packages/linter-stylelint) — stylelint
- [JavaScript](https://atom.io/packages/linter-eslint) — eslint
- [Python](https://atom.io/packages/linter-pylama) — pylama
Expand Down

0 comments on commit 048d908

Please sign in to comment.