Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-13 | Merge pull request #3531 from pinicarus/custom-erlc-executable | Horacio Sanson | |
Custom erlc executable | |||
2021-01-06 | Merge pull request #3390 from benknoble/fix-dafny-filename | Horacio Sanson | |
dafny: include correct filename in lint results | |||
2021-01-05 | Merge pull request #3491 from Poulpatine/salt-lint | Horacio Sanson | |
Add salt-lint support | |||
2021-01-04 | fix: proper initialization options call in php intelephense | ttys3 | |
2020-12-28 | Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32 | Horacio Sanson | |
Fix checkstyle regexp pattern to work correctly in NVim on Windows | |||
2020-12-17 | Add salt-lint support | Benjamin Binier | |
2020-12-16 | Merge pull request #3403 from will/sorbetwatchman | Horacio Sanson | |
Add Ruby sorbet option to enable watchman | |||
2020-11-26 | Fix regexp pattern to work correctly in nvim and vim on windows and linux | fwy | |
2020-11-21 | Use _config for LSP config options | w0rp | |
2020-11-21 | Add support for R languageserver (#3370) | Eric Zhao | |
2020-11-21 | Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291) | Jose Soto | |
Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-11-21 | Merge pull request #3357 from creativenull/feat-php-intelephense | w0rp | |
feat: add intelephense support for php | |||
2020-11-21 | Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlang | w0rp | |
Add Elvis handler for Erlang | |||
2020-11-21 | Merge pull request #3282 from zanona/master | w0rp | |
fix(ale_linters/phpcs): add support for multiline error messages | |||
2020-11-17 | Look for node packages in .yarn/sdks as well | Nathan Herald | |
2020-11-14 | Support for LSP/tsserver Code Actions (#3437) | Dalius Dobravolskas | |
* Added tsserver and LSP code action support. * tsserver refactors support added. * Handling special case when new text is added after new line symbol. * ale#code_action#ApplyChanges simplified. * Initial attempt on LSP Code Actions. * workspace/executeCommand added. * Some null checks added. * Add last column to LSP Code Action message. * Pass diagnostics to LSP code action. Previously ApplyChanges code was applied from top-to-bottom that required extra parameters to track progress and there was bug. I have changed code to bottom-to-top approach as that does not require those extra parameters and solved the bug. Tested with typescript-language-server and it is working. | |||
2020-10-28 | feat(erlang/erlc): add option for custom executable | pinicarus | |
2020-10-20 | Add Ruby sorbet option to enable watchman | Will Leinweber | |
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-09-30 | Add maven helper file; use maven wrapper if available instead of global ↵ | fenuks | |
'mvn' executable | |||
2020-09-26 | fix lint, fix variable semantics and update tests | bratekarate | |
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-17 | feat: add intelephense support for php | Arnold Chand | |
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 | Merge pull request #3108 from timbedard/vint-add-stdin | w0rp | |
Add stdin option for supported vint versions | |||
2020-09-07 | Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typo | Horacio Sanson | |
Fix asciidoc languagetool integration | |||
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 | 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-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-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 | |||
2020-08-29 | Fix psalm options. Retry on some test failures | w0rp | |
2020-08-28 | Close #3325 - Apply new formatting where possible | w0rp | |
2020-08-28 | #3325 - ale#path#BufferCdString now generates %s:h | w0rp | |
2020-08-28 | Add sql-lint to supported tools | w0rp | |
2020-08-28 | Merge pull request #2988 from joereynolds/master | w0rp | |
Add sql-lint as linter | |||
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp | |
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0. | |||
2020-08-19 | Merge pull request #3056 from ts826848/remove-ale-std-if-already-in-GetCFlags | w0rp | |
[WIP] Avoid overriding parsed C/C++ -std=* flag | |||
2020-08-18 | Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidoc | w0rp | |
Enable languagetool for asciidoctor files. | |||
2020-08-18 | Remove features deprecated in previous versions | w0rp | |
2020-08-17 | Merge pull request #3007 from klaaspieter/swift-format | w0rp | |
Add Apple's swift-format as a linter | |||
2020-08-17 | Merge pull request #2759 from kgrzywacz/master | w0rp | |
credo now recognizes umbrella projects | |||
2020-08-17 | Merge pull request #2906 from ↵ | w0rp | |
elebow/shelldetect-fall-back-to-filetype-if-no-hashbang ShellDetect falls back to filetype if no hashbang (fixes #2886) | |||
2020-08-17 | Merge pull request #2940 from davidsierradz/add-markdownlint-options | w0rp | |
allow passing custom options to markdownlint | |||
2020-08-14 | Merge pull request #3288 from nibocn/master | Horacio Sanson | |
fix(eclipselsp): Get jar file path failed | |||
2020-08-14 | Merge pull request #2924 from patrick96/vlog-filename | w0rp | |
verilog: Add filename to vlog linter output | |||
2020-08-13 | fix(eclipselsp): Get jar file path failed | NiBo | |
Error: Unable to access jarfile |