Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Pass the filename of the current file into jshint | James Owen | |
2018-10-31 | Use correct exclusion flag in rubocop fixer | Max Hung | |
2018-10-30 | Try to fix the tests on Windows | w0rp | |
2018-10-30 | Do not enable all clang-tidy checks by default | Andreas Hollmann | |
2018-10-29 | Fix a typo | w0rp | |
2018-10-29 | #2017 Add support for display results from other sources | w0rp | |
2018-10-29 | #2017 Simplify lint cycles for supporting other sources later | w0rp | |
2018-10-29 | Merge pull request #2028 from capjo/master | w0rp | |
Fix clazy tests | |||
2018-10-29 | Add a note about OmniSharp | w0rp | |
2018-10-28 | Fix clazy tests | Andreas Hollmann | |
2018-10-26 | Merge pull request #2024 from jpowell/1580-rubocop-fixer-force-exclusions | w0rp | |
Adds missing "s" on rubocop exclusion flag | |||
2018-10-26 | fix missing (s) on rubocop exclusion flag | Justin Powell | |
2018-10-26 | Add the dockerfile_lint linter for Dockerfiles (#1971) | Alexander "Ananace" Olofsson | |
* Add the dockerfile_lint linter for Dockerfiles | |||
2018-10-26 | Add prolog swipl linter (#1979) | Takuya Fujiwara | |
* add prolog/swipl linter * use load_files/2 instead of read_term/2 Because it also checks some semantic warnings / errors not only syntactic warnings / errors. e.g.: * singleton warning * discontiguous warning * ... cf. http://www.swi-prolog.org/pldoc/doc_for?object=style_check/1 * support error messages with no line number :- module(module_name, [pred/0]). causes ERROR: Exported procedure module_name:pred/0 is not defined * add test for prolog/swipl handler * cosmetic fixes * detect timeout using SIGALRM * rename g:prolog_swipl_goals to g:prolog_swipl_load * write doc for prolog/swipl linter * update toc and README * fix ignore patterns | |||
2018-10-26 | Merge pull request #2023 from jpowell/1580-rubocop-fixer-force-exclusions | w0rp | |
Add force exclusions flag to rubocop fixer | |||
2018-10-26 | closes #1580 add force exclusion to rubocop fixer | Justin Powell | |
2018-10-26 | Merge pull request #2022 from bengadbois/vim-plug-install-instructions | w0rp | |
Add vim-plug installation instructions | |||
2018-10-26 | Add vim-plug installation instructions | Ben Gadbois | |
2018-10-26 | Merge pull request #1999 from stevenharman/expand_filename_for_reek | w0rp | |
Reek: --force-exclusion flag | |||
2018-10-26 | Rust checker: allow secondary spans to be ignored (#1696) | Dan Aloni | |
* Rust checker: allow secondary spans to be ignored * test/handler/test_rust_handler.vader: Add tests for g:ale_rust_ignore_secondary_spans | |||
2018-10-26 | #927 Allow b:ale_linter_aliases to be set to a String | w0rp | |
2018-10-25 | Respect configured excluded_paths | Steven Harman | |
2018-10-25 | Merge pull request #1958 from Garland-g/perl6 | w0rp | |
Add Perl6 support via 'perl6 -c' | |||
2018-10-25 | Merge pull request #2016 from terryding77/master | w0rp | |
fix: change google_java_format_* to java_google_java_format_* | |||
2018-10-25 | Only run stack if a stack.yaml config is found (#1752) | Anthony Poon | |
* Only run stack if a stack.yaml config is found It is necessary to check for a stack.yaml file to distinguish between cabal-only projects or stack projects (which are also cabal projects since stack is built on top of cabal). * Test that stack is called if stack.yaml exists | |||
2018-10-25 | Merge pull request #2018 from muglug/patch-1 | w0rp | |
Update Psalm to use LSP | |||
2018-10-25 | Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive | w0rp | |
Fix #2011 MS Windows, lint error when current drive and target file drive is different. | |||
2018-10-25 | Merge pull request #2015 from dsifford/dsifford-terraform | w0rp | |
add terraform fmt fixer for terraform and hcl filetypes | |||
2018-10-24 | fix: change google_java_format_* to java_google_java_format_* for inject ↵ | Terry Ding | |
global variables according to doc/ale-java.txt | |||
2018-10-23 | fix failed test | Derek P Sifford | |
2018-10-23 | update README.md | Derek P Sifford | |
2018-10-23 | add terraform fmt fixer for terraform and hcl filetypes | Derek P Sifford | |
See #1718 | |||
2018-10-24 | fix has('unix') equal 0 is windows. | paihu | |
2018-10-23 | ale#path#CdString include ale#Escape | paihu | |
2018-10-22 | fix indent | paihu | |
2018-10-22 | fix testcase | paihu | |
2018-10-22 | cmd.exe, LABEL must have prefix ':' but have not suffix ':' ( ↵ | paihu | |
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/goto ) | |||
2018-10-22 | LSP configuration via didChangeConfiguration (#1852) | Daniel Welch | |
* adding LSP configuration via workspace/didChangeConfiguration | |||
2018-10-22 | fix CdString for MS Windows | paihu | |
2018-10-22 | Add support for `cargo clippy` (#2001) | Linda_pp | |
* Add support for `cargo clippy` * Add tests for cargo-clippy support * Add an example to doc for how to configure ale_rust_cargo_use_clippy | |||
2018-10-19 | Add tests for updated Psalm plugin | Matt Brown | |
2018-10-19 | Update Psalm plugin to use LSP mode | Matthew Brown | |
2018-10-18 | Merge pull request #1991 from alskdj21/ruby_solargraph_init_options | w0rp | |
Expose ruby-solargraph's initialization options | |||
2018-10-18 | Allow custom executable for ansible linters (#1977) | ix5 | |
* Allow custom executable for ansible linters * Add ansible-lint tests * ansible-lint: simplify linter command * Rename linter "ansible" to "ansible_lint" * Add ansible-lint options to documentation * Add alias ansible-lint for ansible_lint | |||
2018-10-18 | Tell people to turn the completion option on before loading ALE | w0rp | |
2018-10-17 | New linter: dls (#1992) | Auri | |
* New linter: dls | |||
2018-10-15 | #1970 Explain how to configure mouse hovering better | w0rp | |
2018-10-12 | Rename solargraph initialization option variable | Kim Joseph S. Sadomia | |
2018-10-12 | Allow custom filters for the jq fixer (#1980) | Aliou Diallo | |
* Allow the jq filters to receive custom filters. * Update documentation. | |||
2018-10-12 | Expose ruby-solargraph initialization options | Kim Joseph S. Sadomia | |