mirror of https://github.com/dense-analysis/ale
Use equal signs for language documentation sections
This commit is contained in:
parent
f9aa7d3b9a
commit
fdc7166c3c
|
@ -2,7 +2,7 @@
|
|||
ALE Assembly Integration *ale-asm-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
gcc *ale-asm-gcc*
|
||||
|
||||
g:ale_asm_gcc_options *g:ale_asm_gcc_options*
|
||||
|
@ -13,5 +13,5 @@ g:ale_asm_gcc_options *g:ale_asm_gcc_options*
|
|||
This variable can be set to pass additional options to gcc.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Awk Integration *ale-awk-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
gawk *ale-awk-gawk*
|
||||
|
||||
g:ale_awk_gawk_executable *g:ale_awk_gawk_executable*
|
||||
|
@ -21,5 +21,5 @@ g:ale_awk_gawk_options *g:ale_awk_gawk_options*
|
|||
With this variable we are able to pass extra arguments for gawk
|
||||
for invocation.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE C Integration *ale-c-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
clang *ale-c-clang*
|
||||
|
||||
g:ale_c_clang_options *g:ale_c_clang_options*
|
||||
|
@ -13,7 +13,7 @@ g:ale_c_clang_options *g:ale_c_clang_options*
|
|||
This variable can be change to modify flags given to clang.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
cppcheck *ale-c-cppcheck*
|
||||
|
||||
g:ale_c_cppcheck_options *g:ale_c_cppcheck_options*
|
||||
|
@ -24,7 +24,7 @@ g:ale_c_cppcheck_options *g:ale_c_cppcheck_options*
|
|||
This variable can be changed to modify flags given to cppcheck.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
gcc *ale-c-gcc*
|
||||
|
||||
g:ale_c_gcc_options *g:ale_c_gcc_options*
|
||||
|
@ -35,5 +35,5 @@ g:ale_c_gcc_options *g:ale_c_gcc_options*
|
|||
This variable can be change to modify flags given to gcc.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Chef Integration *ale-chef-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
foodcritc *ale-chef-foodcritic*
|
||||
|
||||
g:ale_chef_foodcritic_options *g:ale_chef_foodcritic_options*
|
||||
|
@ -22,5 +22,5 @@ g:ale_chef_foodcritic_executable *g:ale_chef_foodcritic_executable*
|
|||
not on the $PATH or a specific version/path must be used.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE CMake Integration *ale-cmake-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
cmakelint *ale-cmake-cmakelint*
|
||||
|
||||
g:ale_cmake_cmakelint_exectuable *g:ale_cmake_cmakelint_executable*
|
||||
|
@ -21,5 +21,5 @@ g:ale_cmake_cmakelint_options *g:ale_cmake_cmakelint_options*
|
|||
This variable can be set to pass additional options to cmakelint.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE C++ Integration *ale-cpp-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
Global Options
|
||||
|
||||
g:ale_c_build_dir_names *g:ale_c_build_dir_names*
|
||||
|
@ -33,7 +33,7 @@ g:ale_c_build_dir *g:ale_c_build_dir*
|
|||
This feature is also most useful for the clang tools linters, wrapped
|
||||
aroung LibTooling (namely clang-tidy here)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
clang *ale-cpp-clang*
|
||||
|
||||
g:ale_cpp_clang_options *g:ale_cpp_clang_options*
|
||||
|
@ -44,7 +44,7 @@ g:ale_cpp_clang_options *g:ale_cpp_clang_options*
|
|||
This variable can be changed to modify flags given to clang.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
clangcheck *ale-cpp-clangcheck*
|
||||
|
||||
`clang-check` will be run only when files are saved to disk, so that
|
||||
|
@ -67,7 +67,7 @@ g:ale_cpp_clangcheck_options *g:ale_cpp_clangcheck_options*
|
|||
option.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
clangtidy *ale-cpp-clangtidy*
|
||||
|
||||
`clang-tidy` will be run only when files are saved to disk, so that
|
||||
|
@ -107,7 +107,7 @@ g:ale_cpp_clangtidy_options *g:ale_cpp_clangtidy_options*
|
|||
of the |g:ale_c_build_dir_names| directories of the project tree.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
cppcheck *ale-cpp-cppcheck*
|
||||
|
||||
g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options*
|
||||
|
@ -118,7 +118,7 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options*
|
|||
This variable can be changed to modify flags given to cppcheck.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
cpplint *ale-cpp-cpplint*
|
||||
|
||||
g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options*
|
||||
|
@ -129,7 +129,7 @@ g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options*
|
|||
This variable can be changed to modify flags given to cpplint.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
gcc *ale-cpp-gcc*
|
||||
|
||||
g:ale_cpp_gcc_options *g:ale_cpp_gcc_options*
|
||||
|
@ -140,5 +140,5 @@ g:ale_cpp_gcc_options *g:ale_cpp_gcc_options*
|
|||
This variable can be changed to modify flags given to gcc.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE CSS Integration *ale-css-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
stylelint *ale-css-stylelint*
|
||||
|
||||
g:ale_css_stylelint_executable *g:ale_css_stylelint_executable*
|
||||
|
@ -29,5 +29,5 @@ g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Dockerfile Integration *ale-dockerfile-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
hadolint *ale-dockerfile-hadolint*
|
||||
|
||||
hadolint can be found at: https://github.com/lukasmartinelli/hadolint
|
||||
|
@ -33,5 +33,5 @@ g:ale_dockerfile_hadolint_image *g:ale_dockerfile_hadolint_image*
|
|||
https://hub.docker.com/r/lukasmartinelli/hadolint/
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Erlang Integration *ale-erlang-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
erlc *ale-erlang-erlc*
|
||||
|
||||
g:ale_erlang_erlc_options *g:ale_erlang_erlc_options*
|
||||
|
@ -14,5 +14,5 @@ g:ale_erlang_erlc_options *g:ale_erlang_erlc_options*
|
|||
or `-pa`.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Fortran Integration *ale-fortran-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
gcc *ale-fortran-gcc*
|
||||
|
||||
g:ale_fortran_gcc_executable *g:ale_fortran_gcc_executable*
|
||||
|
@ -32,5 +32,5 @@ g:ale_fortran_gcc_use_free_form *g:ale_fortran_gcc_use_free_form*
|
|||
instead, for checking files with fixed form layouts.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE FusionScript Integration *ale-fuse-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
4.12. fusionlint *ale-fuse-fusionlint*
|
||||
|
||||
g:ale_fusion_fusionlint_executable *g:ale_fuse_fusionlint_executable*
|
||||
|
@ -21,5 +21,5 @@ g:ale_fuse_fusionlint_options *g:ale_fuse_fusionlint_options*
|
|||
This variable can be set to pass additional options to fusion-lint.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Go Integration *ale-go-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
Integration Information
|
||||
|
||||
The `gometalinter` linter is disabled by default. ALE enables `gofmt`,
|
||||
|
@ -20,7 +20,7 @@ the benefit of running a number of linters, more than ALE would by default,
|
|||
while ensuring it doesn't run any linters known to be slow or resource
|
||||
intensive.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
gometalinter *ale-go-gometalinter*
|
||||
|
||||
g:ale_go_gometalinter_executable *g:ale_go_gometalinter_executable*
|
||||
|
@ -45,5 +45,5 @@ g:ale_go_gometalinter_options *g:ale_go_gometalinter_options*
|
|||
number of linters known to be slow or consume a lot of resources.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Handlebars Integration *ale-handlebars-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
ember-template-lint *ale-handlebars-embertemplatelint*
|
||||
|
||||
g:ale_handlebars_embertemplatelint_executable
|
||||
|
@ -21,5 +21,5 @@ g:ale_handlebars_embertemplatelint_use_global
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE HTML Integration *ale-html-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
htmlhint *ale-html-htmlhint*
|
||||
|
||||
g:ale_html_htmlhint_executable *g:ale_html_htmlhint_executable*
|
||||
|
@ -29,7 +29,7 @@ g:ale_html_htmlhint_use_global *g:ale_html_htmlhint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
tidy *ale-html-tidy*
|
||||
|
||||
g:ale_html_tidy_executable *g:ale_html_tidy_executable*
|
||||
|
@ -56,5 +56,5 @@ g:ale_html_tidy_options *g:ale_html_tidy_options*
|
|||
(mac), sjis (shiftjis), utf-16le, utf-16, utf-8
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Java Integration *ale-java-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
checkstyle ale-java-checkstyle
|
||||
|
||||
g:ale_java_checkstyle_options g:ale_java_checkstyle_options
|
||||
|
@ -14,7 +14,7 @@ g:ale_java_checkstyle_options g:ale_java_checkstyle_options
|
|||
This variable can be changed to modify flags given to checkstyle.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
javac *ale-java-javac*
|
||||
|
||||
g:ale_java_javac_classpath *g:ale_java_javac_classpath*
|
||||
|
@ -33,5 +33,5 @@ g:ale_java_javac_options *g:ale_java_javac_options*
|
|||
This variable can be set to pass additional options to javac.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -23,7 +23,7 @@ To this: >
|
|||
/path/foo/bar/.eslintrc.js # extends: ["/path/foo/.base-eslintrc.js"]
|
||||
<
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
eslint *ale-javascript-eslint*
|
||||
|
||||
g:ale_javascript_eslint_executable *g:ale_javascript_eslint_executable*
|
||||
|
@ -50,7 +50,7 @@ g:ale_javascript_eslint_use_global *g:ale_javascript_eslint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
prettier *ale-javascript-prettier*
|
||||
|
||||
g:ale_javascript_prettier_executable *g:ale_javascript_prettier_executable*
|
||||
|
@ -77,7 +77,7 @@ g:ale_javascript_prettier_use_global *g:ale_javascript_prettier_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
prettier-eslint *ale-javascript-prettier-eslint*
|
||||
|
||||
ALE supports `prettier-eslint` for easy integration with projects, but it is
|
||||
|
@ -118,7 +118,7 @@ g:ale_javascript_prettier_eslint_use_global
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
prettier-standard *ale-javascript-prettier-standard*
|
||||
|
||||
|
||||
|
@ -149,7 +149,7 @@ g:ale_javascript_prettier_standard_use_global
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
flow *ale-javascript-flow*
|
||||
|
||||
g:ale_javascript_flow_executable *g:ale_javascript_flow_executable*
|
||||
|
@ -168,7 +168,7 @@ g:ale_javascript_flow_use_global *g:ale_javascript_flow_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
jshint *ale-javascript-jshint*
|
||||
|
||||
g:ale_javascript_jshint_executable *g:ale_javascript_jshint_executable*
|
||||
|
@ -187,7 +187,7 @@ g:ale_javascript_jshint_use_global *g:ale_javascript_jshint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
standard *ale-javascript-standard*
|
||||
|
||||
g:ale_javascript_standard_executable *g:ale_javascript_standard_executable*
|
||||
|
@ -214,7 +214,7 @@ g:ale_javascript_standard_use_global *g:ale_javascript_standard_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
xo *ale-javascript-xo*
|
||||
|
||||
g:ale_javascript_xo_executable *g:ale_javascript_xo_executable*
|
||||
|
@ -241,5 +241,5 @@ g:ale_javascript_xo_use_global *g:ale_javascript_xo_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Kotlin Integration *ale-kotlin-options*
|
||||
*ale-integration-kotlin*
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
Integration Information
|
||||
|
||||
Make sure your setup has support for the kotlin file type. A filetype plugin
|
||||
|
@ -12,7 +12,7 @@ Integration Information
|
|||
Note: Make sure you have a working kotlin compiler
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
kotlinc *ale-kotlin-kotlinc*
|
||||
|
||||
g:ale_kotlin_kotlinc_options *g:ale_kotlin_kotlinc_options*
|
||||
|
@ -63,7 +63,7 @@ g:ale_kotlin_kotlinc_module_filename *g:ale_kotlin_kotlinc_module_filename*
|
|||
compiler.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
ktlint *ale-kotlin-ktlint*
|
||||
|
||||
g:ale_kotlin_ktlint_executable *g:ale_kotlin_ktlint_executable*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Lua Integration *ale-lua-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
4.12. luacheck *ale-lua-luacheck*
|
||||
|
||||
g:ale_lua_luacheck_executable *g:ale_lua_luacheck_executable*
|
||||
|
@ -21,5 +21,5 @@ g:ale_lua_luacheck_options *g:ale_lua_luacheck_options*
|
|||
This variable can be set to pass additional options to luacheck.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Objective-C Integration *ale-objc-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
clang *ale-objc-clang*
|
||||
|
||||
g:ale_objc_clang_options *g:ale_objc_clang_options*
|
||||
|
@ -13,5 +13,5 @@ g:ale_objc_clang_options *g:ale_objc_clang_options*
|
|||
This variable can be changed to modify flags given to clang.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Objective-C++ Integration *ale-objcpp-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
clang *ale-objcpp-clang*
|
||||
|
||||
g:ale_objcpp_clang_options *g:ale_objcpp_clang_options*
|
||||
|
@ -13,5 +13,5 @@ g:ale_objcpp_clang_options *g:ale_objcpp_clang_options*
|
|||
This variable can be changed to modify flags given to clang.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE OCaml Integration *ale-ocaml-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
merlin *ale-ocaml-merlin*
|
||||
|
||||
To use merlin linter for OCaml source code you need to make sure Merlin for
|
||||
|
@ -11,5 +11,5 @@ merlin *ale-ocaml-merlin*
|
|||
(https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch).
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Perl Integration *ale-perl-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
perl *ale-perl-perl*
|
||||
|
||||
g:ale_perl_perl_executable *g:ale_perl_perl_executable*
|
||||
|
@ -22,7 +22,7 @@ g:ale_perl_perl_options *g:ale_perl_perl_options*
|
|||
invocation.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
perlcritic *ale-perl-perlcritic*
|
||||
|
||||
g:ale_perl_perlcritic_executable *g:ale_perl_perlcritic_executable*
|
||||
|
@ -70,5 +70,5 @@ g:ale_perl_perlcritic_showrules *g:ale_perl_perlcritic_showrules*
|
|||
Defaults to off to reduce length of message.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE PHP Integration *ale-php-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
phpcs *ale-php-phpcs*
|
||||
|
||||
g:ale_php_phpcs_executable *g:ale_php_phpcs_executable*
|
||||
|
@ -43,5 +43,5 @@ g:ale_php_phpmd_ruleset *g:ale_php_phpmd_ruleset*
|
|||
the available phpmd rulesets
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Pug Integration *ale-pug-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
puglint *ale-pug-puglint*
|
||||
|
||||
The puglint linter will detect configuration files based on the path to the
|
||||
|
@ -40,5 +40,5 @@ g:ale_pug_puglint_use_global *g:ale_pug_puglint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Puppet Integration *ale-puppet-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
puppetlint *ale-puppet-puppetlint*
|
||||
|
||||
g:ale_puppet_puppetlint_executable *g:ale_puppet_puppetlint_executable*
|
||||
|
@ -22,5 +22,5 @@ g:ale_puppet_puppetlint_options *g:ale_puppet_puppetlint_options*
|
|||
puppet-lint invocation.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Python Integration *ale-python-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
Global Options
|
||||
|
||||
g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
|
||||
|
@ -17,7 +17,7 @@ g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
|
|||
the directory containing the Python file to find virtualenv paths.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
autopep8 *ale-python-autopep8*
|
||||
|
||||
g:ale_python_autopep8_executable *g:ale_python_autopep8_executable*
|
||||
|
@ -44,7 +44,7 @@ g:ale_python_autopep8_use_global *g:ale_python_autopep8_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
flake8 *ale-python-flake8*
|
||||
|
||||
g:ale_python_flake8_executable *g:ale_python_flake8_executable*
|
||||
|
@ -85,7 +85,7 @@ g:ale_python_flake8_use_global *g:ale_python_flake8_use_global*
|
|||
Both variables can be set with `b:` buffer variables instead.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
isort *ale-python-isort*
|
||||
|
||||
g:ale_python_isort_executable *g:ale_python_isort_executable*
|
||||
|
@ -104,7 +104,7 @@ g:ale_python_isort_use_global *g:ale_python_isort_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
mypy *ale-python-mypy*
|
||||
|
||||
The minimum supported version of mypy that ALE supports is v0.4.4. This is
|
||||
|
@ -137,7 +137,7 @@ g:ale_python_mypy_use_global *g:ale_python_mypy_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
pylint *ale-python-pylint*
|
||||
|
||||
g:ale_python_pylint_executable *g:ale_python_pylint_executable*
|
||||
|
@ -176,7 +176,7 @@ g:ale_python_pylint_use_global *g:ale_python_pylint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
yapf *ale-python-yapf*
|
||||
|
||||
g:ale_python_yapf_executable *g:ale_python_yapf_executable*
|
||||
|
@ -195,5 +195,5 @@ g:ale_python_yapf_use_global *g:ale_python_yapf_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE ReasonML Integration *ale-reasonml-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
merlin *ale-reasonml-merlin*
|
||||
|
||||
To use merlin linter for ReasonML source code you need to make sure Merlin
|
||||
|
@ -11,5 +11,5 @@ merlin *ale-reasonml-merlin*
|
|||
(https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch).
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Ruby Integration *ale-ruby-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
brakeman *ale-ruby-brakeman*
|
||||
|
||||
g:ale_ruby_brakeman_options *g:ale_ruby_brakeman_options*
|
||||
|
@ -13,7 +13,7 @@ g:ale_ruby_brakeman_options *g:ale_ruby_brakeman_options*
|
|||
The contents of this variable will be passed through to brakeman.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
reek *ale-ruby-reek*
|
||||
|
||||
g:ale_ruby_reek_show_context *g:ale_ruby_reek_show_context*
|
||||
|
@ -34,7 +34,7 @@ g:ale_ruby_reek_show_wiki_link *g:ale_ruby_reek_show_wiki_link*
|
|||
for the type of code smell. Defaults to off to improve readability.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
rubocop *ale-ruby-rubocop*
|
||||
|
||||
g:ale_ruby_rubocop_executable g:ale_ruby_rubocop_executable
|
||||
|
@ -54,5 +54,5 @@ g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
|
|||
This variable can be change to modify flags given to rubocop.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Rust Integration *ale-rust-options*
|
||||
*ale-integration-rust*
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
Integration Information
|
||||
|
||||
Since Vim does not detect the rust file type out-of-the-box, you need the
|
||||
|
@ -29,7 +29,7 @@ Integration Information
|
|||
Also note that rustc 1.12. or later is needed.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
cargo *ale-rust-cargo*
|
||||
|
||||
g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
|
||||
|
@ -41,7 +41,7 @@ g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
|
|||
"cargo build". "cargo check" is supported since version 1.16.0 of Rust.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
rustc *ale-rust-rustc*
|
||||
|
||||
g:ale_rust_ignore_error_codes *g:ale_rust_ignore_error_codes*
|
||||
|
@ -55,5 +55,5 @@ g:ale_rust_ignore_error_codes *g:ale_rust_ignore_error_codes*
|
|||
let g:ale_rust_ignore_error_codes = ['E0432', 'E0433']
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE SASS Integration *ale-sass-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
stylelint *ale-sass-stylelint*
|
||||
|
||||
g:ale_sass_stylelint_executable *g:ale_sass_stylelint_executable*
|
||||
|
@ -21,5 +21,5 @@ g:ale_sass_stylelint_use_global *g:ale_sass_stylelint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE SCSS Integration *ale-scss-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
stylelint *ale-scss-stylelint*
|
||||
|
||||
g:ale_scss_stylelint_executable *g:ale_scss_stylelint_executable*
|
||||
|
@ -21,5 +21,5 @@ g:ale_scss_stylelint_use_global *g:ale_scss_stylelint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Shell Integration *ale-sh-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
shell *ale-sh-shell*
|
||||
|
||||
g:ale_sh_shell_default_shell *g:ale_sh_shell_default_shell*
|
||||
|
@ -17,7 +17,7 @@ g:ale_sh_shell_default_shell *g:ale_sh_shell_default_shell*
|
|||
will be used instead.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
shellcheck *ale-sh-shellcheck*
|
||||
|
||||
g:ale_sh_shellcheck_executable *g:ale_sh_shellcheck_executable*
|
||||
|
@ -57,5 +57,5 @@ g:ale_sh_shellcheck_exclusions *g:ale_sh_shellcheck_exclusions*
|
|||
\ let b:ale_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164'
|
||||
<
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE RPM Spec Integration *ale-spec-options*
|
||||
*ale-integration-spec*
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
Integration Information
|
||||
|
||||
The rpmlint linter is disabled by default, because running rpmlint can
|
||||
|
@ -16,7 +16,7 @@ Integration Information
|
|||
let g:ale_linters = {'spec': ['rpmlint']}
|
||||
<
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
rpmlint *ale-spec-rpmlint*
|
||||
|
||||
g:ale_spec_rpmlint_executable *g:ale_spec_rpmlint_executable*
|
||||
|
@ -39,5 +39,5 @@ g:ale_spec_rpmlint_options *g:ale_spec_rpmlint_options*
|
|||
let g:ale_spec_rpmlint_options = '-f custom.cf'
|
||||
<
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE CSS Integration *ale-stylus-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
stylelint *ale-stylus-stylelint*
|
||||
|
||||
g:ale_stylus_stylelint_executable *g:ale_stylus_stylelint_executable*
|
||||
|
@ -29,5 +29,5 @@ g:ale_stylus_stylelint_use_global *g:ale_stylus_stylelint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE TeX Integration *ale-tex-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
chktex *ale-tex-chktex*
|
||||
|
||||
g:ale_tex_chktex_executable *g:ale_tex_chktex_executable*
|
||||
|
@ -32,5 +32,5 @@ g:ale_lacheck_executable *g:ale_lacheck_executable*
|
|||
This variable can be changed to change the path to lacheck.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE TypeScript Integration *ale-typescript-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
eslint *ale-typescript-eslint*
|
||||
|
||||
Becauase of how TypeScript compiles code to JavaScript and how interrelated
|
||||
|
@ -10,7 +10,7 @@ the two languages are, the `eslint` linter for TypeScript uses the JavaScript
|
|||
options for `eslint` too. See: |ale-javascript-eslint|.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
tslint *ale-typescript-tslint*
|
||||
|
||||
g:ale_typescript_tslint_executable *g:ale_typescript_tslint_executable*
|
||||
|
@ -38,7 +38,7 @@ g:ale_typescript_tslint_use_global *g:ale_typescript_tslint_use_global*
|
|||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
tsserver *ale-typescript-tsserver*
|
||||
|
||||
g:ale_typescript_tsserver_executable *g:ale_typescript_tsserver_executable*
|
||||
|
@ -73,5 +73,5 @@ g:ale_typescript_tsserver_use_global *g:ale_typescript_tsserver_use_global*
|
|||
tsserver in node_modules.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Verilog/SystemVerilog Integration *ale-verilog-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
ALE can use two different linters for Verilog HDL:
|
||||
|
||||
iverilog:
|
||||
|
@ -20,13 +20,13 @@ defining 'g:ale_linters' variable:
|
|||
\ let g:ale_linters = {'systemverilog' : ['verilator'],}
|
||||
<
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
iverilog *ale-verilog-iverilog*
|
||||
|
||||
No additional options
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
verilator *ale-verilog-verilator*
|
||||
|
||||
g:ale_verilog_verilator_options *g:ale_verilog_verilator_options*
|
||||
|
@ -39,5 +39,5 @@ g:ale_verilog_verilator_options *g:ale_verilog_verilator_options*
|
|||
For example `'-sv --default-language "1800-2012"'` if you want to enable
|
||||
SystemVerilog parsing and select the 2012 version of the language.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE Vim Integration *ale-vim-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vint *ale-vim-vint*
|
||||
|
||||
g:ale_vim_vint_show_style_issues *g:ale_vim_vint_show_style_issues*
|
||||
|
@ -15,5 +15,5 @@ g:ale_vim_vint_show_style_issues *g:ale_vim_vint_show_style_issues*
|
|||
will be reported.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE XML Integration *ale-xml-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
xmllint *ale-xml-xmllint*
|
||||
|
||||
g:ale_xml_xmllint_executable *g:ale_xml_xmllint_executable*
|
||||
|
@ -21,6 +21,6 @@ g:ale_xml_xmllint_options *g:ale_xml_xmllint_options*
|
|||
This variable can be set to pass additional options to xmllint.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ALE YAML Integration *ale-yaml-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
yamllint *ale-yaml-yamllint*
|
||||
|
||||
g:ale_yaml_yamllint_executable *g:ale_yaml_yamllint_executable*
|
||||
|
@ -21,5 +21,5 @@ g:ale_yaml_yamllint_options *g:ale_yaml_yamllint_options*
|
|||
This variable can be set to pass additional options to yamllint.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
|
Loading…
Reference in New Issue