ale/test/handler
Nic West eda20d0585 add joker handler for clojure
Adds new linter for clojure using joker

https://github.com/candid82/joker

fixes #975
ref #544 #1040
2017-11-15 22:23:46 +00:00
..
test_ansible_lint_handler.vader #852 - Capture error codes for ansible-lint 2017-11-15 10:11:32 +00:00
test_asm_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_brakeman_handler.vader Report problems in other files for brakeman, and get the tests to pass on Windows 2017-09-13 23:33:13 +01:00
test_checkmake_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_checkstyle_handler.vader Clean up linters after running the checkstyle handlers 2017-05-15 20:59:50 +01:00
test_clang_handler.vader Handle multiple files localtion lists with gcc handler (#1034) 2017-10-25 22:29:36 +01:00
test_clojure_joker_handler.vader add joker handler for clojure 2017-11-15 22:23:46 +00:00
test_coffeelint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_common_handlers.vader Fix #677 - Ignore errors from other files for cppcheck 2017-06-22 14:08:58 +01:00
test_cppcheck_handler.vader Make every test set filenames and switch directories in the same way, and fix some missing escaping for the rubocop linter 2017-07-09 22:43:31 +01:00
test_cpplint_handler.vader #852 - Capture error codes for cpplint 2017-11-15 11:28:16 +00:00
test_credo_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_crystal_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_cuda_nvcc_handler.vader Get some more random tests to pass on Windows 2017-09-13 23:30:39 +01:00
test_dafny_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_dartanalyzer_handler.vader Fix #308 - Check Dart files with dartanalyzer 2017-07-18 23:57:33 +01:00
test_dogma_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_elmmake_handler.vader Get more tests to pass on Windows 2017-09-11 22:25:15 +01:00
test_embertemplatelint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_eslint_handler.vader #852 Capture error codes for ESLint 2017-11-13 23:23:06 +00:00
test_flake8_handler.vader #852 - Capture error codes for flake8 2017-11-14 09:41:29 +00:00
test_flow_handler.vader Handle flow extra errors (#946) 2017-11-12 10:56:53 +00:00
test_fortran_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_gcc_handler.vader Simplfy semver handling and share the semver version cache across everything 2017-11-12 10:56:53 +00:00
test_ghc_handler.vader Fix #1124 - Handle stack-build errors with leading spaces 2017-11-13 22:47:19 +00:00
test_ghc_mod_handler.vader #894 - Replace ugly temporary filenames for Haskell problems with the buffer's basename 2017-09-03 21:53:48 +01:00
test_glslang_handler.vader Add GLSL linter using glslang (#914) 2017-09-08 11:06:47 +01:00
test_gobuild_handler.vader Show problems from other files for gobuild and gometalinter 2017-11-15 16:34:30 +00:00
test_gometalinter_handler.vader Show problems from other files for gobuild and gometalinter 2017-11-15 16:34:30 +00:00
test_hlint_handler.vader Fix #710 - Show hlint suggestions as info items, and include end line and column numbers 2017-07-18 13:14:02 +01:00
test_idris_handler.vader Fix Flow and Idris tests for Windows 2017-10-01 18:41:41 +01:00
test_javac_handler.vader Fix #1061 - Handle the filenames returned by javac 2017-11-05 15:33:31 +00:00
test_jscs_handler.vader Fix issues with running individual tests, and get the Vim tests to run on certain machines again 2017-07-09 14:58:21 +01:00
test_lessc_handler.vader Show problems from other files for lessc 2017-11-12 11:35:01 +00:00
test_llc_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_lua_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_mcs_handler.vader Implemented review recommendations 2017-09-27 13:21:05 +02:00
test_mcsc_handler.vader Get the mcsc handler tests to pass on Windows 2017-10-01 17:36:47 +01:00
test_mypy_handler.vader Get more tests to pass on Windows 2017-09-11 22:25:15 +01:00
test_nagelfar_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_nim_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_nix_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_perl_handler.vader Get more tests to pass on Windows 2017-09-11 22:25:15 +01:00
test_perlcritic_handler.vader perlcritic: all issues are warnings 2017-11-12 10:56:53 +00:00
test_php_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_php_phan_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_php_phpmd_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_phpstan_handler.vader Fix #864 - Use the user's configured executable for phpstan for executable() checks 2017-08-21 18:42:18 +01:00
test_pycodestyle_handler.vader #852 Capture error codes for pycodestyle, and consider every code except E999 to be style errors or warnings 2017-11-15 17:47:24 +00:00
test_pylint_handler.vader #852 Capture error codes for pylint, throw away the msgid values 2017-11-15 17:35:34 +00:00
test_rails_best_practices_handler.vader Get more tests to pass on Windows 2017-09-11 22:25:15 +01:00
test_reek_handler.vader #810 - Handle output which is not JSON in many linters 2017-07-27 00:45:25 +01:00
test_remark_lint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_rpmlint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_rstcheck_lint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_rubocop_handler.vader #852 - Capture error codes for Rubocop 2017-11-14 17:50:15 +01:00
test_ruby_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_rust_handler.vader Simplify some Rust handler code, and get the Rust handler tests passing on Windows 2017-09-10 00:06:31 +01:00
test_scalac_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_scalastyle_handler.vader #977 Complain about the lack of configuration files for scalastyle in such a way that users will be directed towards getting it to work 2017-10-15 00:20:43 +01:00
test_shell_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_shellcheck_handler.vader #852 Capture error codes for shellcheck 2017-11-15 17:26:52 +00:00
test_slim_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_sml_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_sqlint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_standard_handler.vader Fix the standard and xo handlers so they call the eslint function 2017-06-21 11:15:05 +01:00
test_stylelint_handler.vader Report exceptions thrown for stylelint 2017-07-03 16:13:10 +01:00
test_swaglint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_swiftlint_handler.vader #392 Report errors inside of headers, in a very basic way 2017-04-11 20:32:57 +01:00
test_syntaxerl_handler.vader Update SyntaxErl linter tests 2017-08-19 17:18:48 +03:00
test_tflint_handler.vader Add tflint fot Terraform 2017-10-26 19:37:04 +01:00
test_thrift_handler.vader Add a linter for Apache Thrift IDL files 2017-08-30 11:08:06 -07:00
test_tslint_handler.vader #852 - Capture error codes for TSLint 2017-11-13 23:36:15 +00:00
test_typecheck_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00
test_vint_handler.vader Handle multiple files localtion lists with gcc handler (#1034) 2017-10-25 22:29:36 +01:00
test_write_good_handler.vader Set better highlights for write-good 2017-10-25 00:58:16 +01:00
test_xmllint_handler.vader Clean up tests to stop people copy and pasting the wrong examples 2017-11-15 17:21:17 +00:00