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 /doc | |
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 'doc')
-rw-r--r-- | doc/ale-ispc.txt | 24 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 27 insertions, 0 deletions
diff --git a/doc/ale-ispc.txt b/doc/ale-ispc.txt new file mode 100644 index 00000000..bf30e8e3 --- /dev/null +++ b/doc/ale-ispc.txt @@ -0,0 +1,24 @@ +=============================================================================== +ALE ISPC Integration *ale-ispc-options* + + +=============================================================================== +ispc *ale-ispc-ispc* + +g:ale_ispc_ispc_executable *g:ale_ispc_ispc_executable* + *b:ale_ispc_ispc_executable* + Type: |String| + Default: `'ispc'` + + This variable can be changed to use a different executable for ispc. + + +g:ale_ispc_ispc_options *g:ale_ispc_ispc_options* + *b:ale_ispc_ispc_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to ispc. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index d438f70f..1a37f73f 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -147,6 +147,8 @@ CONTENTS *ale-contents* write-good..........................|ale-html-write-good| idris.................................|ale-idris-options| idris...............................|ale-idris-idris| + ispc..................................|ale-ispc-options| + ispc................................|ale-ispc-ispc| java..................................|ale-java-options| checkstyle..........................|ale-java-checkstyle| javac...............................|ale-java-javac| @@ -438,6 +440,7 @@ Notes: * HCL: `terraform-fmt` * HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `prettier`, `write-good` * Idris: `idris` +* ISPC: `ispc`!! * Java: `checkstyle`, `javac`, `google-java-format`, `PMD`, `javalsp`, `uncrustify` * JavaScript: `eslint`, `flow`, `jscs`, `jshint`, `prettier`, `prettier-eslint`, `prettier-standard`, `standard`, `xo` * JSON: `fixjson`, `jsonlint`, `jq`, `prettier` |