diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-11-21 16:44:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-21 16:44:59 +0000 |
commit | ff0bd14efe8ba55594afe5175f562254d5268689 (patch) | |
tree | f9eb2744ff5a4705ee9fcf52c9aaffcb11a4c3e6 /README.md | |
parent | a05a16b1092e0af13942e40f62c5d89fbfc9fd0c (diff) | |
parent | 66212966dd39dd721af6a2aa683ed5a93c293c77 (diff) | |
download | ale-ff0bd14efe8ba55594afe5175f562254d5268689.zip |
Merge pull request #2068 from m-pilia/ispc
Add linter for ispc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -141,6 +141,7 @@ formatting. | HCL | [terraform-fmt](https://github.com/hashicorp/terraform) | | HTML | [alex](https://github.com/wooorm/alex) !!, [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/), [prettier](https://github.com/prettier/prettier), [write-good](https://github.com/btford/write-good) | | Idris | [idris](http://www.idris-lang.org/) | +| ISPC | [ispc](https://ispc.github.io/) !! | | Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html), [google-java-format](https://github.com/google/google-java-format), [PMD](https://pmd.github.io/), [javalsp](https://github.com/georgewfraser/vscode-javac), [uncrustify](https://github.com/uncrustify/uncrustify) | | JavaScript | [eslint](http://eslint.org/), [flow](https://flowtype.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [prettier](https://github.com/prettier/prettier), [prettier-eslint](https://github.com/prettier/prettier-eslint-cli), [prettier-standard](https://github.com/sheerun/prettier-standard), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo) | JSON | [fixjson](https://github.com/rhysd/fixjson), [jsonlint](http://zaa.ch/jsonlint/), [jq](https://stedolan.github.io/jq/), [prettier](https://github.com/prettier/prettier) | |