ale/test
Felix Maurer f0fa137721
Fix end line number when it exceeds the file (#4130)
If the end of the error exceeds the file, set it to the last line,
similarly as it is done with the beginning of the error.
2022-04-01 10:42:40 +01:00
..
.config/nvim Run all tests in NeoVim, improve the test script, and make all tests pass for NeoVim 2017-05-12 20:38:52 +01:00
completion Fix :ALEImport column position 2022-03-20 13:21:21 +00:00
fix Close #3333 - Add an ALECompletePost event 2020-09-08 21:40:10 +01:00
fixers Add dprint fixer (#4024) 2022-01-04 21:49:03 +09:00
handler Add a unimport linter for Python files (#4058) 2022-02-08 15:54:25 +09:00
jsonnet_files Add support for jsonnetfmt and jsonnet-lint (#3907) 2021-09-21 10:49:15 +09:00
linter Fix 4086 - use stable command options for rustc (#4087) 2022-02-20 00:01:06 +09:00
lsp Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
python Add TypeScript autoimport support for deoplete (#2779) 2020-01-01 19:00:41 +00:00
script #3719 - Prevent redir being used again in future 2021-06-19 12:01:33 +01:00
sign Make it easier to run tests locally 2020-08-16 21:20:08 +01:00
test-files Add a unimport linter for Python files (#4058) 2022-02-08 15:54:25 +09:00
util Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
v_files Add support for V: "v" (compiler) and "vfmt" fixer. (#3622) 2021-03-26 15:38:57 +09:00
smoke_test.vader 3560 add vim 8.2 and nvim 0.4 to ci tests (#3561) 2021-01-27 19:52:24 +00:00
test_ale_has.vader Bump ALE to v3.2.0 2022-03-05 01:24:43 +00:00
test_ale_info.vader #3599 - Use ale_root instead of ale_lsp_root 2021-03-01 20:51:29 +00:00
test_ale_info_to_clipboard.vader Fix #2438 - Print a friendly message when the clipboard is not available 2019-05-28 20:27:10 +01:00
test_ale_lint_command.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_ale_lint_stop_command.vader Close #3333 - Add an ALECompletePost event 2020-09-08 21:40:10 +01:00
test_ale_populate_command.vader Add ALEPopulateQuickfix and ALEPopulateLocList (#3761) 2022-02-04 17:42:26 +00:00
test_ale_toggle.vader 569 support vim sign group and priority (#2786) 2019-09-25 09:15:16 +01:00
test_ale_var.vader Remove the redundant fix_buffer_data vars and filename variables 2018-07-22 22:31:46 +01:00
test_alejobstarted_autocmd.vader #2017 Add support for display results from other sources 2018-10-29 18:28:28 +00:00
test_alelint_autocmd.vader #2017 Add support for display results from other sources 2018-10-29 18:28:28 +00:00
test_ant_build_classpath_command.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_ant_find_project_root.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_autocmd_commands.vader Close #3309 - Add b:ale_lint_delay 2020-08-28 09:54:43 +01:00
test_backwards_compatibility.vader Use a function to define shellcheck linters and vars needed, fixes tests 2020-05-08 12:55:54 +01:00
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_flag_parsing.vader fix: cflags parser: no absolute path for '-include' (#3775) 2021-07-04 21:27:55 +09:00
test_checkingbuffer_autocmd.vader #2017 Add support for display results from other sources 2018-10-29 18:28:28 +00: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_code_action.vader Dispatch textDocument/didChange after rename (2) (#4049) 2022-02-08 20:07:39 +09:00
test_code_action_corner_cases.vader Dispatch textDocument/didChange after rename (2) (#4049) 2022-02-08 20:07:39 +09:00
test_code_action_python.vader Dispatch textDocument/didChange after rename (2) (#4049) 2022-02-08 20:07:39 +09:00
test_codefix.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_computed_lint_file_values.vader Close #2522 - Check pylint on the fly 2020-09-09 21:45:15 +01:00
test_csslint_config_detection.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_cursor_warnings.vader Add tests for \r removal 2020-08-31 09:01:44 +01:00
test_deferred_command_string.vader Close #3285 - lint_file is now dynamic 2020-08-28 14:02:05 +01:00
test_deferred_executable_string.vader #2132 - Implement deferred command handling for linters 2019-02-21 21:24:41 +00:00
test_deno_executable_detection.vader Add importMap option to deno Initialization Options (#3827) 2021-07-25 13:39:56 +09:00
test_disabling_ale.vader Fix #577 Add an option preventing linting of large files 2017-05-26 21:21:15 +01:00
test_dockerfile_hadolint_linter.vader fix(hadolint): set code field as well (#3943) 2021-10-19 15:30:19 +09:00
test_env_function.vader Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
test_errors_removed_after_filetype_changed.vader Simplify code for marking linters as active 2019-02-14 10:10:46 +00:00
test_filename_mapping.vader Try to fix Windows tests 2020-08-23 20:05:09 +01:00
test_filerename.vader ALEFileRename command added. (#4012) 2021-12-17 08:09:26 +09:00
test_filetype_linter_defaults.vader Document default linter selections again 2022-03-05 00:43:56 +00:00
test_filetype_mapping.vader #283 Fix linting buffers with no filename, by creating a filename with a guess for the file extension 2017-02-13 10:36:38 +00:00
test_find_nearest_directory.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_find_references.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_floating_preview.vader Add nvim floating window support (replaces #3314) (#3470) 2021-01-14 18:06:20 +00:00
test_format_command.vader Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
test_format_temporary_file_creation.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_function_arg_count.vader Move all functions for fixing things to autoload/ale/fixers, and only accept the lines of input where needed. 2017-06-07 14:02:29 +01:00
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 Merge everything into the one global map. 2016-10-24 20:21:42 +01:00
test_getmatches.vader #3632 Add ale#util#MapMatches 2021-03-15 22:30:22 +00:00
test_go_to_definition.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_gradle_build_classpath_command.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_gradle_find_executable.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_gradle_find_project_root.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_highlight_placement.vader Initialize hl-groups correctly if virtual text is loaded first (#3960) 2021-12-09 23:21:39 +09:00
test_highlight_position_chunking.vader Fix #604 - Support highlights spanning many lines 2017-05-31 13:14:39 +01:00
test_history_saving.vader Fix LSP tests 2019-05-24 01:13:52 +01:00
test_hover.vader Add nvim floating window support (replaces #3314) (#3470) 2021-01-14 18:06:20 +00:00
test_hover_parsing.vader Close #3274 - Handle basic LSP markdown formatting 2020-08-12 22:11:45 +01:00
test_ignoring_linters.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_jq_linter.vader Add command callback test 2021-02-02 13:15:46 +01:00
test_jsonlint_executable_detection.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_line_join.vader #830 Implement a socket wrapper API for use with LSP connections 2018-07-02 23:49:47 +01:00
test_lint_file_linters.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_lint_on_enter_when_file_changed.vader Use has('gui_running') instead of has('gui') 2020-11-21 20:16:32 +00:00
test_lint_on_filetype_changed.vader Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +01:00
test_linter_defintion_processing.vader #3599 - Use ale_root instead of ale_lsp_root 2021-03-01 20:51:29 +00:00
test_linter_retrieval.vader Fix #1727 - Replace previoulsy defined linters with matching names 2019-06-10 22:41:20 +01:00
test_linter_type_mapping.vader #2017 Add support for display results from other sources 2018-10-29 18:28:28 +00:00
test_linting_blacklist.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_linting_updates_loclist.vader 3560 add vim 8.2 and nvim 0.4 to ci tests (#3561) 2021-01-27 19:52:24 +00:00
test_list_formatting.vader Add tests for \r removal 2020-08-31 09:01:44 +01:00
test_list_opening.vader Treat ale_open_list integer values as thresholds (#4050) 2022-02-04 17:56:48 +00:00
test_list_titles.vader Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
test_load_all_linters.vader #427 Implement buffer variable overrides for all linter options 2017-04-16 01:24:08 +01:00
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 end line number when it exceeds the file (#4130) 2022-04-01 10:42:40 +01:00
test_loclist_jumping.vader Fix #1317 - Jump to column 1 for problems at column 0 2019-05-17 22:08:03 +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_maven_build_classpath_command.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_maven_find_executable.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_maven_find_project_root.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_nearest_file_search.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_nimlsp_project_root.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_no_linting_on_write_quit.vader Fix #2497 - ALE should not lint on save when disabled after fixing 2019-05-13 13:44:29 +01:00
test_organize_imports.vader Dispatch textDocument/didChange after rename (2) (#4049) 2022-02-08 20:07:39 +09:00
test_other_sources.vader #2017 Add support for display results from other sources 2018-10-29 18:28:28 +00:00
test_parse_command_args.vader Add a function for parsing command args 2019-02-07 18:10:34 +00:00
test_path_dirname.vader Fix ale#path#Dirname on Windows 2021-03-15 21:30:13 +00:00
test_path_equality.vader Fix #2525 - Convert Windows paths in a Unix environment 2019-06-05 14:16:43 +01: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 Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_pattern_options.vader Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +01:00
test_prepare_command.vader Fix a test on Windows 2019-01-04 14:51:55 +00:00
test_puppet_path_detection.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_python_find_project_root.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_python_pipenv.vader Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
test_python_poetry.vader Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
test_python_traceback.vader Support pylama for python (#2266) 2019-02-08 21:44:34 +00:00
test_python_virtualenv.vader Add a test to ensure $VIRTUAL_ENV is respected. 2017-10-11 13:42:38 -07:00
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 Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +01:00
test_redundant_tsserver_rendering_avoided.vader Fix tests for LSP suggestions 2021-02-06 18:55:21 +00:00
test_regex_escaping.vader #756 Escape the paths used for the --include parameter for gometalinter, which uses RE2 2017-07-11 23:47:21 +01:00
test_rename.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_resolve_local_path.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_results_not_cleared_when_opening_loclist.vader 569 support vim sign group and priority (#2786) 2019-09-25 09:15:16 +01:00
test_sandbox_execution.vader #2132 Unify temporary file management in command.vim 2019-01-26 19:33:52 +00:00
test_semver_utils.vader #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
test_set_list_timers.vader Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
test_setting_loclist_from_another_buffer.vader Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
test_setting_problems_found_in_previous_buffers.vader 569 support vim sign group and priority (#2786) 2019-09-25 09:15:16 +01:00
test_shell_detection.vader Fix 3103 - add shellcheck shell directive detection. (#3216) 2020-11-21 20:49:31 +00:00
test_should_do_nothing_conditions.vader Fix #2399 - Do not check buffers used for displaying diffs 2019-04-08 13:42:09 +01:00
test_sml_command.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_socket_connections.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_statusline.vader Extend statusline interface (#2240) 2019-01-27 12:44:49 +00:00
test_swift_find_project_root.vader #3633 - Put all dummy test files in test/test-files 2021-03-20 22:11:42 +00:00
test_symbol_search.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_temporary_file_management.vader Remove features deprecated in previous versions 2020-08-18 23:03:43 +01:00
test_tmpdir_wrapper.vader Only temporarily replace TMPDIR if it's defined to be an empty string 2018-07-16 08:45:55 +01:00
test_vim8_processid_parsing.vader Refactor jobs into a Vim version agnostic API which can be used for other purposes 2017-05-12 21:16:15 +01:00
test_windows_escaping.vader Fix #549 - escape strings more appropriately for use with cmd /c 2017-05-26 00:06:16 +01:00
test_wrap_comand.vader Fix a command wrapper test on Windows 2018-01-17 18:11:20 +00:00
test_writefile_function.vader fix: don't append newline when buffer is noeol and nofixeol 2020-04-30 15:00:10 -04:00
vimrc Fix #2555 - Remove highlights in lowercase, etc 2019-06-03 20:16:49 +01:00