Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-15 | Make the two nearly identical Swift tools easier to distinguish | w0rp | |
2020-10-15 | #3332 Implement :ALERename! for ignoring errors | w0rp | |
:ALERename! now ignores errors for files that cannot be modified, and modifies all other files. | |||
2020-10-15 | Fix sorting of supported tools | w0rp | |
2020-10-15 | Update FindProjectRootIni with poetry.lock and pyproject.toml | ecly | |
2020-10-08 | update tests | D. Ben Knoble | |
2020-10-08 | dafny: include correct filename in lint results | D. Ben Knoble | |
Results can come from included files, not just the current buffer. | |||
2020-10-03 | Use stdin/stdout to communicate with gofmt | Andrey Popp | |
2020-10-02 | Fix typo in ale-python.txt | rgossiaux | |
2020-10-02 | Merge pull request #3374 from fenuks/maven_helper | Horacio Sanson | |
Use maven wrapper if available | |||
2020-10-02 | Add tests for maven.vim file | fenuks | |
2020-10-01 | Merge pull request #3375 from isaif/fix-doc | Horacio Sanson | |
Fix grammatical error in doc | |||
2020-10-01 | Fix grammatical error in doc | isaif | |
2020-09-30 | Add maven helper file; use maven wrapper if available instead of global ↵ | fenuks | |
'mvn' executable | |||
2020-09-28 | Merge pull request #3367 from bratekarate/update-bibclean | Horacio Sanson | |
bibclean: update matchlist reges for bibclean > v2.11.4 | |||
2020-09-26 | fix lint, fix variable semantics and update tests | bratekarate | |
2020-09-26 | Merge pull request #3284 from resong/bug/duplicateTag | Horacio Sanson | |
Update ale_ruby_rubocop_auto_correct_all tag | |||
2020-09-26 | bibclean: update matchlist reges for bibclean > v2.11.4 | bratekarate | |
2020-09-25 | fix(ale_linters/phpcs): add support for multiline error messages | Marcus Zanona | |
2020-09-18 | Improves fixer performance for large buffers | Łukasz Woźniak | |
2020-09-17 | fix: test: mkdir should create if it doesn't exist | Arnold Chand | |
2020-09-17 | fix: tests | Arnold Chand | |
2020-09-17 | feat: add intelephense support for php | Arnold Chand | |
2020-09-14 | Collapse spaces and lines in the completion menu. | Raphael Nepomuceno | |
2020-09-14 | Fix wording in Rust doc | Arthur Arnold | |
2020-09-09 | Bump the ALE version to 3.0.0v3.0.0 | w0rp | |
2020-09-09 | Close #2522 - Check pylint on the fly | w0rp | |
Newer versions of pylint will now check your code as you type. Older versions will still only check the file on disk. Co-authored-by: Oliver Wiegers <oliver.wiegers@gmail.com> | |||
2020-09-09 | Add tests for covering the coming Vint version | w0rp | |
2020-09-09 | Merge pull request #3108 from timbedard/vint-add-stdin | w0rp | |
Add stdin option for supported vint versions | |||
2020-09-09 | Remove unnecessary length check. | Christian Keil | |
2020-09-09 | Fix format linting error. | Christian Keil | |
2020-09-09 | Fix handling of ranges at file end. | Christian Keil | |
2020-09-08 | Close #3003 - Show ignored linters in :ALEInfo | w0rp | |
2020-09-08 | Close #3333 - Add an ALECompletePost event | w0rp | |
Add an `ALECompletePost` event along with everything needed to make it useful for its primary purpose: fixing code after inserting completions. * `ALEFix` can now be called with a bang (`!`) to suppress errors. * A new `ALELintStop` command lets you stop linting, and start it later. | |||
2020-09-07 | Fix a completion error | w0rp | |
2020-09-07 | Merge pull request #3337 from sodapopcan/patch-1 | Horacio Sanson | |
Fix typo | |||
2020-09-07 | Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typo | Horacio Sanson | |
Fix asciidoc languagetool integration | |||
2020-09-07 | Fix typo | Andrew Haust | |
2020-09-06 | Close #3268 - Implement :ALEImport | w0rp | |
A new command, `:ALEImport`, has been added, which lets you import words at your cursor if a completion provider can provide a completion for that word which includes some additional text changes. | |||
2020-09-06 | Add Elvis handler for Erlang | Dmitri Vereshchagin | |
[Elvis][1] is an Erlang style reviewer. [1]: https://github.com/inaka/elvis | |||
2020-09-05 | Fix #3183 - Escape filename characters from LSP/tsserver | w0rp | |
2020-09-05 | Clean up embertemplatelint code | w0rp | |
Alias ember-template-lint to embertemplatelint so users can use either string to enable the linter. | |||
2020-09-04 | Fix asciidoc languagetool integration | Jeremiasz Nelz | |
2020-09-04 | Fix #3322 - Apply rename changes correctly | w0rp | |
2020-08-31 | feat(template-lint): Read from stdin (#2622) | Cyrille David | |
* ember-template-lint: Lint from stdin * This feature has recently been implemented in ember-template-lint. * Refactor ember-template-lint executable * Fallback on a temporary file for old template-lint Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-08-31 | Fix flake8 cd logic for invalid options | w0rp | |
2020-08-31 | Add tests for \r removal | w0rp | |
2020-08-31 | Merge pull request #2858 from kalekseev/patch-flake8 | w0rp | |
Provide configuration option to run flake8 from project root. | |||
2020-08-31 | Merge pull request #3078 from jgehrig/jg-issue2958 | w0rp | |
Issue 2958: Addtional ^M characters on Windows | |||
2020-08-30 | Run flake8 from project root by default. | Konstantin Alekseev | |
Option `per-file-ignores` was introduced in flake8 version 3.7.0. It allows to ignore specific errors in specific files using glob syntax. For example `per-file-ignores = src/generated/*.py:F401` will ignore `F401` error in all python files in `src/generated`. Thus ale has to run flake8 from project root where .flake8 config is placed otherwise glob won't match linted file. | |||
2020-08-29 | Merge pull request #3194 from maxwell-k/vint | w0rp | |
vim/vint: show policy name |