..
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
fortran-fortls-project
Add the .fortls file necessary for tests to work (defying .gitignore)
2018-07-19 22:37:06 +01: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
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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01: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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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_cppcheck_command_callbacks.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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_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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01: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
Remove "go env" from gobuild linter
2018-08-23 00:42:19 +01:00
test_gometalinter_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_gosimple_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_gotype_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_govet_command_callback.vader
feat: add ale_go_govet_options variable
2018-08-16 11:36:46 +09: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_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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01: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_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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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
Simplify the code for most linters and tests with closures
2018-08-02 23:44:12 +01: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
Simplify the code for most linters and tests with closures
2018-08-02 23:44:12 +01: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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01: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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_pyflakes_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_pylint_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_pyls_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_pyre_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01: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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01: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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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_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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01: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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +01:00
test_tslint_command_callback.vader
Massively reduce the amount of code needed for linter tests
2018-07-15 18:28:28 +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