ale/test
Andrey Popp e6ba936a0c Fix off by one error line highlight w/ nvim api 2019-05-05 19:14:40 +03:00
..
.config/nvim
command_callback Add XO as a linter/fixer for TypeScript files (#2453) 2019-05-02 11:59:18 +01:00
compile_database_perf Improve perf for compile dbs in large projects 2019-01-06 00:41:57 -08:00
completion Close #1753 - Implement minimum viable integration with Deoplete 2019-04-23 21:26:25 +01:00
csslint-test-files
cucumber_fixtures/features
dart_files
elixir-test-files
elm-test-files fallback to elm if elm-tests isn’t available 2019-01-04 09:55:35 +02:00
eslint-test-files
fix Fix #1930 - Finish ale_fix_on_save_ignore 2019-04-16 13:44:43 +01:00
fixers Merge pull request #2437 from robertjlooby/add-floskell 2019-05-01 22:43:44 +01:00
flow
go_files
gradle-test-files
hamllint-test-files
handler Better phpstan default configuration (#2444) 2019-05-01 23:14:39 +01:00
javascript_files
json_files
jsonlint-test-files support jsonlint local executable 2019-03-15 16:21:48 -05:00
kotlin_files Add ktlint fixer support. 2019-01-20 19:39:47 -06:00
lsp improve the lsp diagnostic message format (#2425) 2019-04-15 14:36:18 +01:00
markdown_files Add textlint for Asciidoc and add it to Fixers (#2193) 2019-01-10 18:53:45 +00:00
maven-test-files/maven-kotlin-project
ocaml-test-files
phpcs-test-files
prettier-test-files
puppet-test-files
python Close #1753 - Implement minimum viable integration with Deoplete 2019-04-23 21:26:25 +01:00
python_fixtures/pipenv
reasonml_files
ruby_fixtures
rust_files
scala_fixtures
script Close #1753 - Implement minimum viable integration with Deoplete 2019-04-23 21:26:25 +01:00
sign #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
slimlint-test-files
smlnj
swift-test-files [lsp] Add Swift / SourceKit-LSP support (#2420) 2019-04-08 16:25:30 +01:00
swiftlint-test-files Add support for Pod based SwiftLint (#2122) 2018-12-07 15:20:58 -07:00
test_c_projects
tex_files Add support for latexindent (#2387) 2019-04-13 13:21:59 +01:00
tflint-test-files/foo
top
util
dumb_tcp_client.py
dumb_tcp_server.py
smoke_test.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_ale_has.vader #2132 - Implement feature tests with ale#Has 2019-04-07 15:34:39 +01:00
test_ale_info.vader Add additional ways to detect LSP project root 2019-01-26 04:46:41 +00:00
test_ale_lint_command.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_ale_toggle.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_ale_var.vader
test_alejobstarted_autocmd.vader
test_alelint_autocmd.vader
test_autocmd_commands.vader
test_backwards_compatibility.vader
test_balloon_messages.vader
test_c_flag_parsing.vader #782 - Use compile commands for matching source files for headers 2019-04-15 21:38:11 +01:00
test_checkingbuffer_autocmd.vader
test_cleanup.vader
test_command_chain.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_csslint_config_detection.vader
test_cursor_warnings.vader
test_deferred_command_string.vader #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
test_deferred_executable_string.vader #2132 - Implement deferred command handling for linters 2019-02-21 21:24:41 +00:00
test_disabling_ale.vader
test_dockerfile_hadolint_linter.vader
test_engine_invocation.vader Remove ProcessChain code we do not need now 2019-02-13 17:56:10 +00:00
test_engine_lsp_response_handling.vader Fix #2415 - Mark tsserver and LSP linters inactive again 2019-04-17 18:12:50 +01:00
test_env_function.vader
test_errors_removed_after_filetype_changed.vader Simplify code for marking linters as active 2019-02-14 10:10:46 +00:00
test_eslint_executable_detection.vader #2132 - Implement feature tests with ale#Has 2019-04-07 15:34:39 +01:00
test_filetype_linter_defaults.vader Add VHDL Support & Newer Verilog Linters (#2229) 2019-01-27 09:46:33 +00:00
test_filetype_mapping.vader
test_find_nearest_directory.vader
test_find_references.vader Fix #2402 - Handle null LSP references responses 2019-03-29 13:42:24 +00:00
test_flow_command.vader #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
test_format_command.vader #2132 Unify temporary file management in command.vim 2019-01-26 19:33:52 +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
test_fuzzy_json_decode.vader
test_get_abspath.vader
test_get_loclist.vader
test_getmatches.vader
test_go_to_definition.vader Add support for Vim's tagstack to ALEGoToDefinition 2019-04-19 23:10:55 -04:00
test_gradle_build_classpath_command.vader
test_gradle_find_executable.vader
test_gradle_find_project_root.vader
test_highlight_placement.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_highlight_position_chunking.vader
test_history_saving.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_hover.vader Fix #2295 - Respond to initialize with an initialized message 2019-02-15 08:54:53 +00:00
test_ignoring_linters.vader Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP 2019-03-30 15:29:17 +09:00
test_jsonlint_executable_detection.vader #2132 - Implement feature tests with ale#Has 2019-04-07 15:34:39 +01:00
test_kotlin_languageserver_path_detection.vader
test_line_join.vader
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 #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_lint_on_filetype_changed.vader
test_linter_defintion_processing.vader #2132 - Implement project_root as a replacement for project_root_callback 2019-02-22 15:24:34 +00:00
test_linter_retrieval.vader #2132 Remove the need for the hidden add_newline option by tweaking the flow command 2019-01-12 13:14:29 +00:00
test_linter_type_mapping.vader
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 #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_list_formatting.vader
test_list_opening.vader
test_list_titles.vader
test_load_all_linters.vader
test_loclist_binary_search.vader
test_loclist_corrections.vader
test_loclist_jumping.vader Supporting filtered jump (#2279) 2019-02-10 11:11:29 +00:00
test_loclist_sorting.vader
test_nearest_file_search.vader
test_no_linting_on_write_quit.vader Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" 2019-02-22 20:48:06 +00:00
test_nvim_api_highlight.vader Fix off by one error line highlight w/ nvim api 2019-05-05 19:14:40 +03:00
test_other_sources.vader
test_parse_command_args.vader Add a function for parsing command args 2019-02-07 18:10:34 +00:00
test_path_dirname.vader
test_path_equality.vader
test_path_upwards.vader
test_path_uri.vader #2357 Handle Windows paths where the drive letter colon is encoded 2019-03-13 16:44:29 +00:00
test_pattern_options.vader
test_phpcs_include_code.vader
test_prepare_command.vader Fix a test on Windows 2019-01-04 14:51:55 +00:00
test_puppet_path_detection.vader
test_python_pipenv.vader
test_python_traceback.vader Support pylama for python (#2266) 2019-02-08 21:44:34 +00:00
test_python_virtualenv.vader
test_quickfix_deduplication.vader
test_quitting_variable.vader
test_redundant_tsserver_rendering_avoided.vader Fix #2415 - Mark tsserver and LSP linters inactive again 2019-04-17 18:12:50 +01:00
test_regex_escaping.vader
test_resolve_local_path.vader
test_results_not_cleared_when_opening_loclist.vader
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
test_setting_loclist_from_another_buffer.vader
test_setting_problems_found_in_previous_buffers.vader
test_shell_detection.vader Add better detection for KornShell/ksh 2019-01-24 14:14:49 -05: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
test_socket_connections.vader
test_statusline.vader Extend statusline interface (#2240) 2019-01-27 12:44:49 +00:00
test_swift_find_project_root.vader [lsp] Add Swift / SourceKit-LSP support (#2420) 2019-04-08 16:25:30 +01:00
test_swiftlint_executable_detection.vader #2132 - Implement feature tests with ale#Has 2019-04-07 15:34:39 +01:00
test_symbol_search.vader #2132 Use an on-init callback for all LSP logic 2019-02-13 17:26:37 +00:00
test_temporary_file_management.vader #2132 - lint and fix with ale#command#Run 2019-02-06 22:00:11 +00:00
test_tmpdir_wrapper.vader
test_verilog_verilator_options.vader
test_vim8_processid_parsing.vader
test_windows_escaping.vader
test_wrap_comand.vader
test_writefile_function.vader
vimrc Close #2132 - Add deprecation warnings for old features 2019-04-07 16:24:08 +01:00