Automatically check for invalid help tag references, and fix some existing documentation issues

This commit is contained in:
w0rp
2017-08-10 10:45:12 +01:00
parent 7dee9da0f2
commit 9ae2df1958
4 changed files with 28 additions and 7 deletions

View File

@@ -3,10 +3,10 @@ ALE Java Integration *ale-java-options*
===============================================================================
checkstyle ale-java-checkstyle
checkstyle *ale-java-checkstyle*
g:ale_java_checkstyle_options g:ale_java_checkstyle_options
b:ale_java_checkstyle_options
g:ale_java_checkstyle_options *g:ale_java_checkstyle_options*
*b:ale_java_checkstyle_options*
Type: String
Default: '-c /google_checks.xml'

View File

@@ -63,7 +63,7 @@ g:ale_php_phpcs_use_global *g:ale_php_phpcs_use_global*
See |ale-integrations-local-executables|
------------------------------------------------------------------------------
-------------------------------------------------------------------------------
phpmd *ale-php-phpmd*
g:ale_php_phpmd_ruleset *g:ale_php_phpmd_ruleset*
@@ -75,8 +75,8 @@ g:ale_php_phpmd_ruleset *g:ale_php_phpmd_ruleset*
the available phpmd rulesets
------------------------------------------------------------------------------
phpstan *ale-php-stan*
-------------------------------------------------------------------------------
phpstan *ale-php-phpstan*
g:ale_php_phpstan_executable *g:ale_php_phpstan_executable*
*b:ale_php_phpstan_executable*

View File

@@ -204,7 +204,7 @@ The following languages and tools are supported.
* nroff: 'proselint'
* Objective-C: 'clang'
* Objective-C++: 'clang'
* OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|)
* OCaml: 'merlin' (see |ale-ocaml-merlin|)
* Perl: 'perl' (-c flag), 'perlcritic'
* PHP: 'hack', 'langserver', 'php' (-l flag), 'phpcs', 'phpmd', 'phpstan'
* Pod: 'proselint'