ale/test/command_callback
w0rp 2dbfbe7b02
Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive
Fix #2011 MS Windows, lint error when current drive and target file drive is different.
2018-10-25 14:25:27 +01:00
..
c_paths Add clang-format fixer for C/C++ (#873) 2017-08-24 22:49:43 +01:00
cargo_paths Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` for cargo versions that are new enough 2017-11-05 18:37:44 +00:00
cargo_workspace_paths Rust Cargo linter: Improve workspace support (#1679) 2018-06-27 22:36:02 +01:00
clangd_paths Add Clangd language server support for C 2018-07-22 21:22:38 +02:00
cppcheck_paths/one #392 - Detect and use compile_commands.json for cppcheck 2017-05-02 21:18:17 +01:00
cquery_paths Add C/C++ tests for cquery LSP linter 2018-08-09 09:02:16 +06:00
dart_paths Fix #308 - Check Dart files with dartanalyzer 2017-07-18 23:57:33 +01:00
elixir_paths/mix_project FIX: use mix from the project root directory (#1954) 2018-10-10 17:23:21 +01:00
fortran-fortls-project Add the .fortls file necessary for tests to work (defying .gitignore) 2018-07-19 22:37:06 +01:00
go_paths Fix #1822 - support go-langserver lsp. 2018-09-06 13:46:59 +09:00
htmlhint_paths Fix #1038 - Automatically detect and use htmlhint configuration files 2018-01-28 12:44:42 +00:00
java_paths/src Fix #859 Include test and jaxb Java source paths when available 2017-11-20 18:54:57 +00:00
java_paths_with_jaxb/src/main Fix #859 Include test and jaxb Java source paths when available 2017-11-20 18:54:57 +00:00
julia-languageserver-project Added tests 2018-09-07 13:16:22 -04:00
lessc_paths/node_modules/.bin Add tests for the command and executable callbacks, and make them use local node_modulse esxecutables like other linters 2017-11-12 11:25:24 +00:00
mix_paths/wrapped_project WIP cd to project path 2018-06-07 11:47:57 -05:00
ols_paths Add tests for ocaml-language-server callbacks 2017-11-12 10:56:53 +00:00
php-langserver-project/vendor/bin Cover the PHP language server functions with Vader tests 2017-08-02 22:34:09 +01:00
php_paths add php-cs-fixer to list of fixers 2018-03-01 15:48:47 +01:00
puglint_project Make pug-lint detect node_modules executables, and add options for pug-lint like the other linters 2017-06-29 11:40:03 +01:00
puppet_paths Add puppet-lint fixer (#701) 2017-06-28 15:27:02 +01:00
python_paths add dummy pyre binary and executable 2018-07-02 18:49:12 -04:00
remark_lint_paths/with_bin_path/node_modules/.bin Support remark-lint installed locally 2018-07-16 18:33:21 +09:00
ruby_paths #732 - Use the configuration files when fixing files with rubocop 2017-07-06 22:58:14 +01:00
rust-rls-project Cover the Rust LSP with tests, allow LSP linters to be named anything, and rename the Rust LSP linter to `rls` 2017-08-02 23:21:30 +01:00
scala_paths Add 'scalafmt' fixer for Scala files 2018-06-03 04:40:52 +08:00
standard-test-files #868 - Prefer cmd.js files for executing standard 2017-08-26 18:11:27 +01:00
stylelint_paths/node_modules/.bin Fix #510 Support checking LESS files with stylelint 2017-11-12 12:09:19 +00:00
swaglint_paths Add yaml swaglint linter (#771) 2017-07-17 20:28:21 +01:00
swift_paths Add support for SwiftFormat as a fixer 2017-08-09 12:41:21 -05:00
textlint_paths Use the --stdin-filename option for textlint, so configuration files will be discovered better 2018-03-26 10:35:10 +01:00
tidy_paths Add fixer tidy for HTML 2018-06-23 22:59:13 +05:30
write-good-node-modules/node_modules/.bin Fix #643 - Add support for write-good for many languages 2017-10-25 00:28:06 +01:00
write-good-node-modules-2/node_modules/write-good/bin Fix #643 - Add support for write-good for many languages 2017-10-25 00:28:06 +01:00
test_asm_gcc_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_brakeman_command_callback.vader Update all Ruby linters to work consistently with bundler 2018-09-12 16:53:28 -04:00
test_c_clang_command_callbacks.vader Add support for parsing compile_commands.json files for C compilers 2018-07-29 19:24:27 +01:00
test_c_clang_tidy_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_c_clangd_command_callbacks.vader Add Clangd language server support for C 2018-07-22 21:22:38 +02:00
test_c_cppcheck_command_callbacks.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_c_cquery_command_callbacks.vader Add C/C++ tests for cquery LSP linter 2018-08-09 09:02:16 +06:00
test_c_flawfinder_command_callbacks.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_c_gcc_command_callbacks.vader Add support for parsing compile_commands.json files for C compilers 2018-07-29 19:24:27 +01:00
test_c_import_paths.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_cargo_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_clang_tidy_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_cpp_clang_command_callbacks.vader Add support for parsing compile_commands.json files for C compilers 2018-07-29 19:24:27 +01:00
test_cpp_clangcheck_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_cpp_clazy_command_callback.vader Add clazy as cpp linter 2018-08-24 10:52:33 +01:00
test_cpp_cppcheck_command_callbacks.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_cpp_cquery_command_callbacks.vader Add C/C++ tests for cquery LSP linter 2018-08-09 09:02:16 +06:00
test_cpp_flawfinder_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_cpp_gcc_command_callbacks.vader Add support for parsing compile_commands.json files for C compilers 2018-07-29 19:24:27 +01:00
test_cpplint_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_cs_mcs_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_cs_mcsc_command_callbacks.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_cucumber_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_cuda_nvcc_command_callbacks.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_dart_language_server_command_callback.vader Fix the dart language server command and cover it with tests 2018-09-04 11:15:59 +01:00
test_dartanalyzer_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_elixir_mix_command_callbacks.vader FIX: use mix from the project root directory (#1954) 2018-10-10 17:23:21 +01:00
test_elm_make_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_erb_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_erlang_syntaxerl_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_erubi_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_erubis_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_flake8_command_callback.vader Add python_[linter]_auto_pipenv options for python linters (fixes #1656) 2018-09-15 22:10:46 -04:00
test_foodcritic_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_fortran_fortls_callback.vader Add documentation and testing for fortls 2018-07-19 22:27:47 +01:00
test_fsc_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_fusionlint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_gawk_command_callback.vader Fix the Windows tests 2018-08-03 01:00:39 +01:00
test_gfortran_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_gitlint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_glslang_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_glslls_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_gobuild_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_golangci_lint_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_golangserver_command_callback.vader #1891 Fix the go-langserver tests 2018-09-06 17:05:05 +01:00
test_gometalinter_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_gosimple_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_gotype_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_govet_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_haml_hamllint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_haskell_cabal_ghc_command_callbacks.vader Add cabal-ghc linter 2018-07-20 16:48:27 +02:00
test_haskell_ghc_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_haskell_hdevtools_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_haskell_hie_callbacks.vader Add Haskell IDE Engine (hie) support (#1735) 2018-08-02 20:24:58 +01:00
test_html_stylelint_command_callback.vader Add html stylelint test 2018-08-22 19:00:42 -03:00
test_htmlhint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_idris_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_iverilog_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_javac_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_javalsp_command_callback.vader Add vader test and fix command callback. 2018-08-26 22:11:36 +09:00
test_javascript_tsserver_command_callback.vader Fix #1781 - Fix me breaking the tsserver linter 2018-08-03 17:22:09 +01:00
test_jscs_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_julia_languageserver_callbacks.vader Support both old (<0.7) and new Julia versions 2018-09-19 07:34:11 -07:00
test_kotlin_languageserver_command_callback.vader Fix #1844 - Make the kotlin languageserver linter work again 2018-08-24 10:41:33 +01:00
test_less_stylelint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_lessc_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_lintr_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_llc_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_luac_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_luacheck_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_markdown_mdl_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_mercury_mmc_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_mypy_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_nagelfar_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_nasm_nasm_command_callbacks.vader Fixed NASM tests 2018-09-10 09:23:47 +10:00
test_ocaml_ols_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_perl_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_perlcritic_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_php_langserver_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_phpcs_command_callback.vader Added and fixed tests 2018-08-18 20:59:35 +02:00
test_phpmd_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_phpstan_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_pony_ponyc_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_prospector_command_callback.vader Add python_[linter]_auto_pipenv options for python linters (fixes #1656) 2018-09-15 22:10:46 -04:00
test_proto_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_puglint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_pycodestyle_command_callback.vader Add python_[linter]_auto_pipenv options for python linters (fixes #1656) 2018-09-15 22:10:46 -04:00
test_pyflakes_command_callback.vader Add python_[linter]_auto_pipenv options for python linters (fixes #1656) 2018-09-15 22:10:46 -04:00
test_pylint_command_callback.vader Add python_[linter]_auto_pipenv options for python linters (fixes #1656) 2018-09-15 22:10:46 -04:00
test_pyls_command_callback.vader Add python_[linter]_auto_pipenv options for python linters (fixes #1656) 2018-09-15 22:10:46 -04:00
test_pyre_command_callback.vader Add python_[linter]_auto_pipenv options for python linters (fixes #1656) 2018-09-15 22:10:46 -04:00
test_pyrex_cython_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_qmlfmt_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_rails_best_practices_command_callback.vader Test for bundle paths with spaces again 2018-09-14 13:26:29 +01:00
test_reason_ols_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_reek_command_callback.vader Update all Ruby linters to work consistently with bundler 2018-09-12 16:53:28 -04:00
test_remark_lint_command_callbacks.vader remark-lint without saving to disk 2018-07-16 18:33:22 +09:00
test_rubocop_command_callback.vader Return only the unescaped executables from executable callbacks 2018-09-14 13:24:59 +01:00
test_ruby_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_ruby_solargraph.vader Solargraph stdio 2018-09-18 11:20:29 -04:00
test_rust_rls_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_rustc_command_callback.vader Fix #1684: Use the correct flag name in rustc linter 2018-08-10 21:50:52 +01:00
test_sasslint_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_scala_sbtserver.vader Changed sbtserver to just work off of the address variable 2018-09-01 21:03:29 -04:00
test_scalac_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_scalastyle_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_shellcheck_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_slimlint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_standard_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_staticcheck_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_swaglint_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_terraform_tflint_command_callback.vader Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
test_textlint_command_callbacks.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_thrift_command_callback.vader thrift: default thrift_thrift_includes to ['.'] 2018-09-16 08:21:18 -07:00
test_tslint_command_callback.vader Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive 2018-10-25 14:25:27 +01:00
test_typescript_tsserver_command_callback.vader Fix #1781 - Fix me breaking the tsserver linter 2018-08-03 17:22:09 +01:00
test_vint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_write_good_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_xmllint_command_callback.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_yang_lsp_command_callbacks.vader Add support for yang-lsp 2018-08-03 21:13:48 +01:00