diff options
author | Kevin Tindall <kevinkjt2000@gmail.com> | 2018-02-10 13:04:43 -0600 |
---|---|---|
committer | Kevin Tindall <kevinkjt2000@gmail.com> | 2018-02-10 13:17:53 -0600 |
commit | 716b46e10d2abe54daa09e876d4b7a6b56024ad0 (patch) | |
tree | ed72234ef8237e68c92e018b5df13891a7a0a0d3 /doc | |
parent | a3329ef3fc44a04a2617941eb46deef6c184f4af (diff) | |
download | ale-716b46e10d2abe54daa09e876d4b7a6b56024ad0.zip |
functional pony linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-pony.txt | 25 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/ale-pony.txt b/doc/ale-pony.txt new file mode 100644 index 00000000..3b32168e --- /dev/null +++ b/doc/ale-pony.txt @@ -0,0 +1,25 @@ +=============================================================================== +ALE Pony Integration *ale-pony-options* + + +=============================================================================== +ponyc *ale-pony-ponyc* + +g:ale_pony_ponyc_executable *g:ale_pony_ponyc_executable* + *b:ale_pony_ponyc_executable* + Type: |String| + Default: `'ponyc'` + + See |ale-integrations-local-executables| + + +g:ale_pony_ponyc_options *g:ale_pony_ponyc_options* + *b:ale_pony_ponyc_options* + Type: |String| + Default: `'--pass paint'` + + This variable can be set to pass options to ponyc. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 6ace9d55..296d6406 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -160,6 +160,8 @@ CONTENTS *ale-contents* write-good..........................|ale-po-write-good| pod...................................|ale-pod-options| write-good..........................|ale-pod-write-good| + pony..................................|ale-pony-options| + ponyc...............................|ale-pony-ponyc| proto.................................|ale-proto-options| protoc-gen-lint.....................|ale-proto-protoc-gen-lint| pug...................................|ale-pug-options| @@ -349,6 +351,7 @@ Notes: * PHP: `hack`, `hackfmt`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf` * PO: `alex`!!, `msgfmt`, `proselint`, `write-good` * Pod: `alex`!!, `proselint`, `write-good` +* Pony: `ponyc` * proto: `protoc-gen-lint` * Pug: `pug-lint` * Puppet: `puppet`, `puppet-lint` |