ale/test
w0rp 8e7ede3be8 Fix #1085 - Add a final newline character to tsserver and LSP messages 2017-11-05 21:52:11 +00:00
..
.config/nvim
command_callback Fix #1061 - Handle the filenames returned by javac 2017-11-05 15:34:46 +00:00
csslint-test-files
elm-test-files Elm local install support (#915) 2017-09-10 12:58:42 +01:00
eslint-test-files Fix #923 Use package.json as a last resort for eslint --fix 2017-09-12 09:10:37 +01:00
fixers add prettier fixer support for 'less' filetype 2017-10-20 18:29:57 -07:00
flow
go_files gofmt fixer for Go (#970) 2017-10-03 18:54:35 +01:00
gradle-test-files
handler Fix #1061 - Handle the filenames returned by javac 2017-11-05 15:34:46 +00:00
lsp Fix #1085 - Add a final newline character to tsserver and LSP messages 2017-11-05 21:52:11 +00:00
phpcs-test-files
prettier-test-files Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910) 2017-09-06 15:21:26 +01:00
ruby_fixtures
script Fix an issue with the check-supported-tools-tables script 2017-09-28 13:32:02 +01:00
sign #965 - Support limiting the number of signs ALE will set 2017-10-12 23:04:54 +01:00
slimlint-test-files slimlint: Search for .rubocop.yml and use it 2017-09-15 18:56:59 +02:00
smlnj Detect and use CM files for smlnj (#884) 2017-09-03 19:56:14 +01:00
test_c_projects
top
util Fix more random Windows test issues 2017-09-09 18:03:34 +01:00
smoke_test.vader Fix the smoke_test.vader file on Windows 2017-09-08 21:38:51 +01:00
test_ale_fix.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_ale_fix_suggest.vader
test_ale_info.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_ale_lint_command.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_ale_toggle.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_ale_var.vader
test_alelint_autocmd.vader
test_autocmd_commands.vader #904 Do not run linters on :wq or :x 2017-10-14 23:22:13 +01:00
test_backwards_compatibility.vader
test_balloon_messages.vader #653 - Update the loclist binary search to work with buffer numbers, to filter out items for other buffers 2017-08-12 14:27:47 +01:00
test_c_import_paths.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_cleanup.vader
test_command_chain.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_completion.vader Fix #1041 - Do not request completions shortly after CompleteDone 2017-10-26 23:19:49 +01:00
test_conflicting_plugin_warnings.vader
test_csslint_config_detection.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_cursor_warnings.vader
test_disabling_ale.vader
test_dockerfile_hadolint_linter.vader
test_elm_executable_detection.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_engine_invocation.vader
test_engine_lsp_response_handling.vader
test_errors_removed_after_filetype_changed.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_eslint_executable_detection.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_filetype_mapping.vader
test_find_nearest_directory.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_flow_command.vader Get all tests to pass on Windows 2017-10-23 23:09:40 +01:00
test_foodcritic_command_callback.vader
test_format_command.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_format_temporary_file_creation.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_function_arg_count.vader
test_fuzzy_json_decode.vader
test_get_abspath.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_get_loclist.vader
test_getmatches.vader
test_gradle_build_classpath_command.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_gradle_find_executable.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_gradle_find_project_root.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_highlight_placement.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_highlight_position_chunking.vader
test_history_saving.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_line_join.vader
test_lint_error_delay.vader #965 Check ale#ShouldDoNothing() less and such often, for better performance 2017-10-11 23:51:41 +01:00
test_lint_file_linters.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_lint_on_enter_when_file_changed.vader Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
test_lint_on_filetype_changed.vader #505 - Do not lint files on enter if the option for linting when the filetype changed is on 2017-09-02 16:57:01 +01:00
test_linter_defintion_processing.vader
test_linter_retrieval.vader Fix typos 2017-10-03 01:11:54 +09:00
test_linter_type_mapping.vader
test_linting_blacklist.vader
test_linting_updates_loclist.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_list_opening.vader Fix #912 - Close lists automatically when g:ale_open_list is set to 'on_save' again 2017-09-08 20:10:11 +01:00
test_list_titles.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_load_all_linters.vader
test_loclist_binary_search.vader #653 - Update the loclist binary search to work with buffer numbers, to filter out items for other buffers 2017-08-12 14:27:47 +01:00
test_loclist_corrections.vader #653 Update tslint to set the filename key for problems in other files 2017-08-20 00:05:15 +01:00
test_loclist_jumping.vader #653 - Filter out other buffers for loclist jumping 2017-08-13 13:02:59 +01:00
test_loclist_sorting.vader #653 Collect items for quickfix from all buffers, and de-duplicate them. Set filename items in quickfix and loclist. 2017-08-19 14:28:51 +01:00
test_nearest_file_search.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_no_linting_on_write_quit.vader Get more tests to pass on Windows 2017-10-18 23:42:51 +01:00
test_path_equality.vader Make temporary file detection work on just about all platforms 2017-09-14 00:11:17 +01:00
test_path_upwards.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_path_uri.vader
test_pattern_options.vader
test_phpcs_executable_detection.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_prepare_command.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01: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 #653 Collect items for quickfix from all buffers, and de-duplicate them. Set filename items in quickfix and loclist. 2017-08-19 14:28:51 +01:00
test_quitting_variable.vader #904 - Allow linting to run on save a second after :q fails 2017-10-17 00:37:29 +01:00
test_regex_escaping.vader
test_resolve_local_path.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_results_not_cleared_when_opening_loclist.vader Fix some random test issues for Windows 2017-09-11 00:47:27 +01:00
test_sandbox_execution.vader
test_semver_utils.vader
test_set_list_timers.vader Fix #899 - Make the quickfix and loclist windows close again 2017-09-03 19:44:00 +01:00
test_setting_loclist_from_another_buffer.vader #653 Collect items for quickfix from all buffers, and de-duplicate them. Set filename items in quickfix and loclist. 2017-08-19 14:28:51 +01:00
test_setting_problems_found_in_previous_buffers.vader #653 Set loclists better when taking data from previous buffers 2017-08-22 22:45:55 +01:00
test_shell_detection.vader Fix #1051 - Support ash and dash for shellcheck and the sh linter 2017-10-26 21:17:47 +01:00
test_should_do_nothing_conditions.vader Fix #1048 - Do not lint files named "." 2017-10-26 20:30:40 +01:00
test_sml_command.vader Fix an SML variable init bug, and get the SML cm file tests to pass on Windows 2017-09-10 00:20:05 +01:00
test_statusline.vader Fix typos 2017-10-03 01:11:54 +09:00
test_temporary_file_management.vader Get some more random tests to work on Windows 2017-09-08 21:51:49 +01:00
test_tmpdir_init.vader Get some more random tests to work on Windows 2017-09-08 21:51:49 +01:00
test_verilog_verilator_options.vader
test_vim8_processid_parsing.vader
test_windows_escaping.vader
test_writefile_function.vader
vimrc execute the `set encoding` test setting to get Vint to shut up 2017-09-09 18:22:59 +01:00