ale/test
Andreas Kloeckner 603e61ad71 flake8: Move to the buffer's directory before running flake8 command 2018-04-26 18:53:44 -05:00
..
.config/nvim
command_callback flake8: Move to the buffer's directory before running flake8 command 2018-04-26 18:53:44 -05:00
completion Close #1162 - Implement completion support with LSP servers 2018-04-22 12:28:19 +01:00
csslint-test-files
cucumber_fixtures/features Add cucumber checker for cucumber files 2018-04-20 22:54:29 -04:00
elixir-test-files
elm-test-files
eslint-test-files
fix Add tests for ALEFix commandline parameters 2018-04-18 02:13:24 +02:00
fixers add perltidy fixer 2018-04-21 22:09:38 +09:00
flow
go_files Go: Add gotype support (#1099) 2018-01-07 12:11:01 +00:00
gradle-test-files
hack_files
hamllint-test-files
handler Add cucumber checker for cucumber files 2018-04-20 22:54:29 -04:00
javascript_files added importjs fixer 2017-12-05 00:37:31 +09:00
json_files Support fixing JSON files with fixjson 2018-01-24 10:36:31 +00:00
lsp Close #1428 Implement LSP hover-like functionality for tsserver too 2018-04-26 21:54:11 +01:00
phpcs-test-files
prettier-test-files
reasonml_files
ruby_fixtures [eruby] Add GetCommand to erb linter 2017-11-12 23:33:30 -05:00
rust_files
script Run tests in parallel 2017-12-07 20:07:45 +00:00
sign
slimlint-test-files
smlnj
test_c_projects Added additional unit tests + adapted review comments #1167 2018-03-21 20:44:35 +01:00
tflint-test-files/foo
top
util
smoke_test.vader Fix #1298 - Escape commands for PowerShell 2018-01-17 18:08:17 +00:00
test_ale_info.vader #1278 Allow linters to be defined pretty much anywhere 2018-04-24 21:48:33 +01:00
test_ale_lint_command.vader
test_ale_toggle.vader Fix #1404 - Do not show balloons when g:ale_set_balloons is 0. Add b:ale_set_balloons 2018-03-25 12:57:08 +01:00
test_ale_var.vader
test_alelint_autocmd.vader Close #1379 - Increment b:ale_linted when a buffer is checked 2018-03-03 16:22:56 +00:00
test_autocmd_commands.vader Move autocmd commands out of the toggle file, to improve load times 2018-04-23 10:16:48 +01:00
test_backwards_compatibility.vader
test_balloon_messages.vader Close #1494 - Prefer displaying higher severity problems for cursor messages, balloons, and highlights 2018-04-10 21:05:22 +01:00
test_c_import_paths.vader #1167 Use the make -n parsing for C++ compilers, and document the new option 2018-03-27 19:24:22 +01:00
test_c_parse_makefile.vader Extended unit tests + simplified parsing algoritme #1167 2018-03-27 10:18:24 +02:00
test_cleanup.vader Clean up ALE linter buffer data when buffers are deleted, not unloaded 2017-12-19 15:35:57 +00:00
test_command_chain.vader
test_conflicting_plugin_warnings.vader
test_csslint_config_detection.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_cursor_warnings.vader Close #1494 - Prefer displaying higher severity problems for cursor messages, balloons, and highlights 2018-04-10 21:05:22 +01:00
test_disabling_ale.vader
test_dockerfile_hadolint_linter.vader Added tests for hadolint 2018-01-29 22:21:50 +01:00
test_elm_executable_detection.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_engine_invocation.vader
test_engine_lsp_response_handling.vader
test_errors_removed_after_filetype_changed.vader
test_eslint_executable_detection.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_filetype_linter_defaults.vader Fix #1128 - Add g:ale_linters_explicit for only enabling linters explicitly 2017-11-14 19:55:46 +00:00
test_filetype_mapping.vader
test_find_nearest_directory.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_find_references.vader Add support for finding references using LSP servers or tsserver 2018-04-22 19:49:30 +01:00
test_flow_command.vader Close #1504 - Add an option for removing --respect-pragma for flow 2018-04-15 12:25:15 +01:00
test_format_command.vader
test_format_temporary_file_creation.vader
test_function_arg_count.vader
test_fuzzy_json_decode.vader Fix #988 - Support --fix-dry-run for ESLint by processing the JSON output 2017-11-22 23:23:14 +00:00
test_get_abspath.vader Fix #1210 - Fix a Windows path issue which broke TSLint 2017-12-18 13:27:59 +00:00
test_get_loclist.vader
test_getmatches.vader
test_go_to_definition.vader Implement a preview window for selecting locations to open 2018-04-22 15:53:01 +01:00
test_gradle_build_classpath_command.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_gradle_find_executable.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_gradle_find_project_root.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_highlight_placement.vader Fix #741 - Set highlights for entire lines when signs are disabled 2017-11-17 14:29:57 +00:00
test_highlight_position_chunking.vader
test_history_saving.vader Fix #1298 - Escape commands for PowerShell 2018-01-17 18:08:17 +00:00
test_hover.vader Close #1428 Implement LSP hover-like functionality for tsserver too 2018-04-26 21:54:11 +01:00
test_line_join.vader Fix #1251 - Handle an empty list in the line callback when NeoVim crashes 2017-12-26 18:15:59 +00:00
test_lint_error_delay.vader #1497 Tolerate important ALE variables being undefined for some reason when viewing buffers like git commits 2018-04-12 20:31:45 +01:00
test_lint_file_linters.vader
test_lint_on_enter_when_file_changed.vader
test_lint_on_filetype_changed.vader
test_linter_defintion_processing.vader
test_linter_retrieval.vader #1278 Allow linters to be defined pretty much anywhere 2018-04-24 21:48:33 +01:00
test_linter_type_mapping.vader
test_linting_blacklist.vader
test_linting_updates_loclist.vader
test_list_formatting.vader Make the message formats configurable with buffer local variables 2017-11-19 23:44:09 +00:00
test_list_opening.vader Option to open lists vertically (#1381) 2018-03-02 20:22:29 +00:00
test_list_titles.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_load_all_linters.vader
test_loclist_binary_search.vader Close #1494 - Prefer displaying higher severity problems for cursor messages, balloons, and highlights 2018-04-10 21:05:22 +01:00
test_loclist_corrections.vader Fix #605 - Support `vcol: 1` for multi-byte character positions 2018-04-08 17:17:46 +01:00
test_loclist_jumping.vader Close #1494 - Prefer displaying higher severity problems for cursor messages, balloons, and highlights 2018-04-10 21:05:22 +01:00
test_loclist_sorting.vader Close #1494 - Prefer displaying higher severity problems for cursor messages, balloons, and highlights 2018-04-10 21:05:22 +01:00
test_nearest_file_search.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_no_linting_on_write_quit.vader
test_path_equality.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_path_upwards.vader Fix #1210 - Fix a Windows path issue which broke TSLint 2017-12-18 13:27:59 +00:00
test_path_uri.vader #1149 Fix conversion from URIs to filenames on Windows 2017-11-20 00:02:33 +00:00
test_pattern_options.vader
test_phpcs_executable_detection.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_phpcs_include_code.vader
test_prepare_command.vader Fix #1495 - Fall back to /bin/sh when shell=pwsh 2018-04-12 21:01:35 +01:00
test_python_virtualenv.vader
test_quickfix_deduplication.vader Close #1494 - Prefer displaying higher severity problems for cursor messages, balloons, and highlights 2018-04-10 21:05:22 +01:00
test_quitting_variable.vader
test_regex_escaping.vader
test_resolve_local_path.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_results_not_cleared_when_opening_loclist.vader
test_sandbox_execution.vader
test_semver_utils.vader
test_set_list_timers.vader
test_setting_loclist_from_another_buffer.vader
test_setting_problems_found_in_previous_buffers.vader
test_shell_detection.vader
test_should_do_nothing_conditions.vader #1497 Tolerate important ALE variables being undefined for some reason when viewing buffers like git commits 2018-04-12 20:31:45 +01:00
test_sml_command.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_statusline.vader
test_temporary_file_management.vader
test_tflint_config_detection.vader Fix the mscs tests on Windows, and use the improved Simplify for all tests instead. 2017-12-19 18:23:09 +00:00
test_tmpdir_init.vader
test_verilog_verilator_options.vader
test_vim8_processid_parsing.vader
test_windows_escaping.vader
test_wrap_comand.vader Fix a command wrapper test on Windows 2018-01-17 18:11:20 +00:00
test_writefile_function.vader
vimrc