ale/test/command_callback
w0rp 4ddf742643
Close #2522 - Check pylint on the fly
Newer versions of pylint will now check your code as you type. Older
versions will still only check the file on disk.

Co-authored-by: Oliver Wiegers <oliver.wiegers@gmail.com>
2020-09-09 21:45:15 +01:00
..
alex-node-modules/node_modules/.bin Add settings for the Alex linter 2019-02-02 16:20:14 +01:00
alex-node-modules-2/node_modules/alex Add settings for the Alex linter 2019-02-02 16:20:14 +01:00
bib_paths Add bibclen fixer support 2018-12-01 15:05:18 +09:00
c_paths
cargo_paths
cargo_workspace_paths
ccls_paths ccls: Detect build dir and set compilationDatabaseDirectory 2020-04-18 13:57:57 +02:00
checkstyle_paths Fix checkstyle default configuration. 2019-06-12 10:53:28 +09:00
clangd_paths Added tests for clangd compile commands dectection 2019-10-09 13:40:04 -04:00
cppcheck_paths Close #2359 - Find compile_commands.json in build dirs for cppcheck 2019-05-20 22:08:03 +01:00
cquery_paths Fix #2421 - Use compile_commands.json in build dirs to find roots 2019-05-20 19:57:08 +01:00
dart_paths
elixir_paths Remove test/command_callback/mix_paths/ 2018-11-06 14:01:12 -08:00
fecs_paths test: unit test for fecs fixer, fecs command 2019-04-11 19:47:31 +08:00
fortran-fortls-project
go_paths
hdl_server Adds hdl_checker LSP support (#2804) 2020-08-06 13:20:54 +01:00
html_beautify_paths Add support for html-beautify (#2788) 2019-10-28 13:25:36 +00:00
htmlhint_paths
ink_paths/story Add support for ink-language-server 2019-08-07 16:35:12 -05:00
java_paths refactor(javac): ale_java_javac_sourcepath variable supports String and List types 2020-05-19 10:41:35 +08:00
java_paths_no_main/src/test/java/com/something javac: Don't assume src/main/java always exists 2019-03-03 14:43:21 -07:00
java_paths_with_jaxb/src/main
julia-languageserver-project
lessc_paths/node_modules/.bin
ols_paths
php_paths
php-langserver-project Use location of composer.json for PHP project path too (#2391) 2019-03-25 21:29:34 +00:00
psalm-project/vendor/bin Use the psalm executable with the LS option 2019-07-25 23:19:30 +02:00
puglint_project
puppet_paths
purescript_paths Add support for purescript language server (#2572) 2019-06-17 12:54:43 +01:00
python_paths Mypy: try to find folder containing mypy.ini to use as cwd. (#2385) 2020-01-02 14:35:21 +00:00
reason_ls_paths Document and test reason-language-server 2019-06-09 00:12:11 +01:00
remark_lint_paths/with_bin_path/node_modules/.bin
ruby_paths Adds standardrb linter (#2133) 2018-12-10 14:02:32 -07:00
rust-rls-project
sasslint-test-files refactor sasslint linter (#2077) 2018-12-06 11:23:31 -07:00
scala_paths
stack_build_paths
stack_ghc_paths
standard-test-files
stylelint_paths/node_modules/.bin
swaglint_paths
swift_paths
tex_paths Add tests to lacheck linter 2018-12-11 23:44:06 +09:00
textlint_paths
tidy_paths
tsserver_paths add project_root_callback for tsserver (#2290) 2019-02-11 21:24:22 +00:00
vim_fixtures Add vim-language-server linter support 2020-04-21 02:29:22 +08:00
write-good-node-modules/node_modules/.bin
write-good-node-modules-2/node_modules/write-good/bin
zig-zls-project Support zls language server for zig 2020-07-10 22:33:37 -04:00
test_ada_gcc_command_callbacks.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_alex_command_callback.vader Add settings for the Alex linter 2019-02-02 16:20:14 +01:00
test_ameba_command_callback.vader Add initial ameba (crystal linter) support (#2174) 2019-01-27 16:01:42 +00:00
test_ansible_lint_command_callback.vader
test_asciidoc_textlint_command_callbacks.vader Add textlint for Asciidoc and add it to Fixers (#2193) 2019-01-10 18:53:45 +00:00
test_asm_gcc_command_callbacks.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_bandit_command_callback.vader python/bandit: Use .bandit configuration file 2019-02-17 14:24:18 -07:00
test_bashate_command_callback.vader Fix 2732 - Add bashate support 2020-03-23 12:18:35 +09:00
test_bib_bibclean_command_callback.vader Add bibclen fixer support 2018-12-01 15:05:18 +09:00
test_bingo_command_callback.vader Fix #2668 - Set g:ale_go_go111module 2019-08-02 09:09:10 +01:00
test_brakeman_command_callback.vader
test_c_cc_command_callbacks.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_c_ccls_command_callbacks.vader ccls: Detect build dir and set compilationDatabaseDirectory 2020-04-18 13:57:57 +02:00
test_c_clang_tidy_command_callback.vader #2919 Use compile_commands.json for headers 2020-08-10 02:14:23 +01:00
test_c_clangd_command_callbacks.vader Revert "Add definition of c/clangd's language as C (#2791)" 2019-11-07 15:41:58 +00:00
test_c_cppcheck_command_callbacks.vader fix cppcheck for 1.89+, and add column support (#3030) 2020-08-06 20:50:44 +01:00
test_c_cquery_command_callbacks.vader Try to fix the tests 2019-05-20 20:06:44 +01:00
test_c_flawfinder_command_callbacks.vader
test_c_import_paths.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_cargo_command_callbacks.vader rust/cargo: add support for a custom target directory 2020-08-13 10:22:33 -04:00
test_checkstyle_command_callback.vader Fix 2913 - checkstyle config file ignored. 2019-11-27 23:19:44 +09:00
test_clang_tidy_command_callback.vader Fix #1608 - Treat .h as C++ files for C++ clang-tidy 2020-08-10 02:33:50 +01:00
test_cookstyle_command_callback.vader Adding new linter "cookstyle" for chef recipes (Issue #1187) (#2362) 2019-04-10 18:52:52 +01:00
test_cpp_cc_command_callbacks.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_cpp_ccls_command_callbacks.vader ccls: Detect build dir and set compilationDatabaseDirectory 2020-04-18 13:57:57 +02:00
test_cpp_clangcheck_command_callbacks.vader clangcheck: Add -fno-color-diagnostics 2019-09-26 20:28:33 -04:00
test_cpp_clazy_command_callback.vader #2919 Use compile_commands.json for headers 2020-08-10 02:14:23 +01:00
test_cpp_cppcheck_command_callbacks.vader fix cppcheck for 1.89+, and add column support (#3030) 2020-08-06 20:50:44 +01:00
test_cpp_cquery_command_callbacks.vader Try to fix the tests 2019-05-20 20:06:44 +01:00
test_cpp_flawfinder_command_callbacks.vader
test_cpplint_command_callbacks.vader
test_cs_csc_command_callbacks.vader Support csc, update mcsc (#2586) 2019-07-02 08:18:17 +01:00
test_cs_mcs_command_callbacks.vader
test_cs_mcsc_command_callbacks.vader
test_cucumber_command_callback.vader
test_cuda_nvcc_command_callbacks.vader
test_cypher_cypher_lint_command_callback.vader Make Cypher linter dynamic 2019-02-06 20:29:58 -02:00
test_d_dls_callbacks.vader
test_dart_language_server_command_callback.vader
test_dartanalyzer_command_callback.vader
test_dockerfile_lint_command_callback.vader
test_eclipselsp_command_callback.vader To support javaagent on eclipselsp 2020-03-26 06:40:07 +00:00
test_elixir_credo.vader credo now recognizes umbrella projects 2019-09-07 15:40:35 +02:00
test_elixir_ls_command_callbacks.vader #2132 - Implement feature tests with ale#Has 2019-04-07 15:34:39 +01:00
test_elixir_mix_command_callbacks.vader Remove test/command_callback/mix_paths/ 2018-11-06 14:01:12 -08:00
test_elm_ls_command_callbacks.vader Update elm-ls 2019-06-21 20:10:23 +02:00
test_elm_make_command_callback.vader Pass --compiler flag to elm-test when linting 0.19 tests 2019-01-19 22:22:10 +01:00
test_embertemplatelint_command_callbacks.vader Clean up embertemplatelint code 2020-09-05 19:06:07 +01:00
test_erb_command_callback.vader
test_erlang_dialyzer_command_callback.vader Add support for Erlang dialyzer (#2509) 2019-05-19 21:16:17 +01:00
test_erlang_syntaxerl_command_callback.vader #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
test_erubi_command_callback.vader #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
test_erubis_command_callback.vader
test_fecs_command_callback.vader test: unit test for fecs fixer, fecs command 2019-04-11 19:47:31 +08:00
test_flake8_command_callback.vader Fix flake8 cd logic for invalid options 2020-08-31 09:12:36 +01:00
test_foodcritic_command_callback.vader
test_fortran_fortls_callback.vader
test_fsc_command_callback.vader
test_fusionlint_command_callback.vader
test_gawk_command_callback.vader
test_gfortran_command_callback.vader
test_ghdl_command_callbacks.vader Add VHDL Support & Newer Verilog Linters (#2229) 2019-01-27 09:46:33 +00:00
test_gitlint_command_callback.vader
test_glslang_command_callback.vader
test_glslls_command_callback.vader
test_gobuild_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_gofmt_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_golangci_lint_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_golangserver_command_callback.vader Fix #2668 - Set g:ale_go_go111module 2019-08-02 09:09:10 +01:00
test_golint_command_callbacks.vader Fix #2668 - Set g:ale_go_go111module 2019-08-02 09:09:10 +01:00
test_gometalinter_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_gopls_command_callback.vader Try to fix gopls tests again 2020-08-07 12:30:50 +01:00
test_gosimple_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_gotype_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_govet_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_graphql_gqlint_command_callbacks.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_haml_hamllint_command_callback.vader Allow configuration of hamllint executable (#2048) 2018-11-04 10:35:21 +00:00
test_haskell_cabal_ghc_command_callbacks.vader #1791 Set the working directory for cabal and stack 2019-04-17 14:26:09 +01:00
test_haskell_ghc_command_callbacks.vader
test_haskell_ghc_mod_command_callbacks.vader
test_haskell_hdevtools_command_callbacks.vader
test_haskell_hie_callbacks.vader
test_haskell_hlint_command_callbacks.vader
test_haskell_stack_build_command_callback.vader
test_haskell_stack_ghc_command_callback.vader #1791 Set the working directory for cabal and stack 2019-04-17 14:26:09 +01:00
test_html_stylelint_command_callback.vader
test_htmlhint_command_callback.vader
test_idris_command_callbacks.vader
test_ink_ls_command_callbacks.vader Add support for ink-language-server 2019-08-07 16:35:12 -05:00
test_ispc_ispc_command_callbacks.vader Add --nowrap to ispc options 2018-11-21 10:40:07 +01:00
test_iverilog_command_callback.vader
test_javac_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_javalsp_command_callback.vader Add support for javalsp configuration options. 2019-06-19 11:38:23 +09:00
test_javascript_tsserver_command_callback.vader add project_root_callback for tsserver (#2290) 2019-02-11 21:24:22 +00:00
test_jscs_command_callback.vader
test_jshint_command_callback.vader Fix the Windows tests 2018-10-31 16:25:04 +00:00
test_julia_languageserver_callbacks.vader
test_kotlin_languageserver_command_callback.vader
test_kotlinc_command_callback.vader Fix #2440 - Fix the kotlinc command when Maven and Gradle are missing 2019-04-15 13:36:03 +01:00
test_languagetool_command_callback.vader languagetools: stop auto-appending --autoDetect (#2616) 2019-09-12 21:22:47 +01:00
test_less_stylelint_command_callback.vader
test_lessc_command_callback.vader
test_lintr_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_llc_command_callback.vader
test_luac_command_callback.vader
test_luacheck_command_callback.vader
test_markdown_markdownlint_command_callback.vader allow passing custom options to markdownlint 2019-12-19 13:11:25 -05:00
test_markdown_mdl_command_callback.vader mdl: Use JSON output instead of parsing text 2019-08-18 23:28:32 -04:00
test_mercury_mmc_command_callback.vader
test_mypy_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_nagelfar_command_callbacks.vader
test_nasm_nasm_command_callbacks.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_nimlsp_command_callback.vader Add support for nimlsp (#2815) 2019-10-17 17:32:31 +01:00
test_objc_ccls_command_callbacks.vader ccls: Detect build dir and set compilationDatabaseDirectory 2020-04-18 13:57:57 +02:00
test_ocaml_ols_callbacks.vader
test_perl6_command_callback.vader
test_perl_command_callback.vader
test_perlcritic_command_callback.vader
test_php_command_callback.vader Clean up a buffer variable in a test file 2018-11-04 10:15:41 +00:00
test_php_langserver_callbacks.vader Use location of composer.json for PHP project path too (#2391) 2019-03-25 21:29:34 +00:00
test_phpcs_command_callback.vader #2533 - Run phpcs in the directory the file is in 2019-05-29 23:17:14 +01:00
test_phpmd_command_callbacks.vader
test_phpstan_command_callbacks.vader Make phpstan tests fail less 2019-05-13 14:00:12 +01:00
test_pony_ponyc_command_callbacks.vader
test_prospector_command_callback.vader
test_proto_command_callback.vader
test_psalm_command_callbacks.vader Fix retrying on some test failures 2020-08-29 16:32:17 +01:00
test_puglint_command_callback.vader
test_purescript_ls_command_callbacks.vader Add support for purescript language server (#2572) 2019-06-17 12:54:43 +01:00
test_pycodestyle_command_callback.vader
test_pydocstyle_command_callback.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_pyflakes_command_callback.vader
test_pylama_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_pylint_command_callback.vader Close #2522 - Check pylint on the fly 2020-09-09 21:45:15 +01:00
test_pyls_command_callback.vader Add support for pyls configuration options 2019-01-20 23:59:46 -05:00
test_pyre_command_callback.vader
test_pyrex_cython_command_callback.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_pyright_command_callback.vader Close #2472 - Add support for pyright 2020-08-07 12:16:13 +01:00
test_qmlfmt_command_callback.vader
test_racket_raco_command_callback.vader Racket linting using raco (#2146) 2019-01-14 19:45:33 +00:00
test_rails_best_practices_command_callback.vader
test_reason_ls_command_callback.vader Document and test reason-language-server 2019-06-09 00:12:11 +01:00
test_reason_ols_callbacks.vader
test_reek_command_callback.vader #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
test_remark_lint_command_callbacks.vader
test_revive_command_callbacks.vader Support revive for go files (#2933) 2020-05-22 06:09:14 -05:00
test_rst_textlint_command_callbacks.vader Support textlint for reStructuredText (#1978) 2019-01-12 14:40:03 +00:00
test_rubocop_command_callback.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_ruby_command_callback.vader
test_ruby_debride_command_callback.vader Fix #2821 - Fix the debride linter after merging older code 2019-10-09 09:53:50 +01:00
test_ruby_solargraph.vader
test_rust_analyzer_callbacks.vader Move to rust-analyzer everywhere 2020-04-09 13:23:03 -04:00
test_rust_rls_callbacks.vader modify rls testcase 2019-04-11 23:38:16 +08:00
test_rustc_command_callback.vader
test_ruumba_command_callback.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_sass_sasslint_command_callback.vader refactor sasslint linter (#2077) 2018-12-06 11:23:31 -07:00
test_scala_metals.vader Add linter for Scala Metals 2019-08-31 12:34:57 +08:00
test_scala_sbtserver.vader Add a lsp_config_callback linter option 2018-10-31 08:42:42 -07:00
test_scalac_command_callback.vader Revert "Merge pull request #2083 from zackhsi/scalac-until-jvm" 2018-12-03 20:39:10 +00:00
test_scalastyle_command_callback.vader
test_scss_sasslint_command_callback.vader refactor sasslint linter (#2077) 2018-12-06 11:23:31 -07:00
test_scss_stylelint_command_callback.vader
test_shellcheck_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_slimlint_command_callback.vader
test_solc_command_callback.vader Document and test solc 2019-09-19 20:26:24 +01:00
test_sorbet_command_callback.vader Add Sorbet ruby linter and fixer (#2614) 2019-07-13 17:37:48 +01:00
test_sqllint_command_callback.vader Add sql-lint as linter 2020-01-31 11:11:12 +00:00
test_standard_command_callback.vader
test_standardrb_command_callback.vader Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
test_standardts_command_callback.vader Add StandardJS for TypeScript linting and fixing. 2019-10-21 18:20:43 -04:00
test_staticcheck_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_sugarss_stylelint_command_callback.vader SugarSS support from PR 1967 (#2219) 2019-01-27 11:42:11 +00:00
test_swaglint_command_callback.vader
test_swift_sourcekitlsp_command_callbacks.vader [lsp] Add Swift / SourceKit-LSP support (#2420) 2019-04-08 16:25:30 +01:00
test_swift_swiftformat_command_callbacks.vader Add Apple's swift-format as a linter 2020-04-29 14:33:13 +02:00
test_terraform_lsp_command_callback.vader Add terraform-lsp integration (#2758) 2020-04-20 16:02:31 +01:00
test_terraform_terraform_command_callback.vader Add a terraform linter 2019-05-23 15:49:02 +01:00
test_terraform_tflint_command_callback.vader
test_tex_lacheck_command_callback.vader Add tests to lacheck linter 2018-12-11 23:44:06 +09:00
test_tex_textlint_command_callbacks.vader Add textlint for tex (#2234) 2019-01-27 12:14:34 +00:00
test_texlab_command_callbacks.vader [linter] Add LSP support for LaTeX via texlab 2019-05-13 15:50:03 -03:00
test_textlint_command_callbacks.vader
test_thrift_command_callback.vader
test_tslint_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_typescript_tsserver_command_callback.vader
test_vcom_command_callbacks.vader Add VHDL Support & Newer Verilog Linters (#2229) 2019-01-27 09:46:33 +00:00
test_vim_vimls.vader Add vim-language-server linter support 2020-04-21 02:29:22 +08:00
test_vint_command_callback.vader Add tests for covering the coming Vint version 2020-09-09 20:34:27 +01:00
test_vlog_command_callbacks.vader Add VHDL Support & Newer Verilog Linters (#2229) 2019-01-27 09:46:33 +00:00
test_vulture_command_callback.vader #3325 - ale#path#BufferCdString now generates %s:h 2020-08-28 17:46:43 +01:00
test_write_good_command_callback.vader
test_xmllint_command_callback.vader
test_xo_command_callback.vader Use JSON output for eslint and fix tsserver column 2019-06-02 14:39:03 +02:00
test_xvhdl_command_callbacks.vader Add VHDL Support & Newer Verilog Linters (#2229) 2019-01-27 09:46:33 +00:00
test_xvlog_command_callbacks.vader Add VHDL Support & Newer Verilog Linters (#2229) 2019-01-27 09:46:33 +00:00
test_yang_lsp_command_callbacks.vader
test_zig_zls_callbacks.vader Support zls language server for zig 2020-07-10 22:33:37 -04:00