summaryrefslogtreecommitdiff
path: root/ale_linters
AgeCommit message (Collapse)Author
2020-11-21Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291)Jose Soto
Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2020-11-21Merge pull request #3357 from creativenull/feat-php-intelephensew0rp
feat: add intelephense support for php
2020-11-21Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlangw0rp
Add Elvis handler for Erlang
2020-11-21Merge pull request #3282 from zanona/masterw0rp
fix(ale_linters/phpcs): add support for multiline error messages
2020-11-20Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-11-18pass lsp intialization_options to rust-analyzerBen Linsay
fixes #3350
2020-11-17Look for node packages in .yarn/sdks as wellNathan Herald
2020-11-14Support 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-11-01Merge branch 'custom-erlc-executable'pinicarus
2020-10-28feat(erlang/erlc): add option for custom executablepinicarus
2020-10-20Add Ruby sorbet option to enable watchmanWill Leinweber
2020-10-09Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-10-08Merge remote-tracking branch 'origin/master' into fix-swiplD. Ben Knoble
* origin/master: Add tests for maven.vim file Fix grammatical error in doc Add maven helper file; use maven wrapper if available instead of global 'mvn' executable fix lint, fix variable semantics and update tests bibclean: update matchlist reges for bibclean > v2.11.4 Update rubocop_auto_correct_all tag
2020-10-08dafny: include correct filename in lint resultsD. Ben Knoble
Results can come from included files, not just the current buffer.
2020-10-03refactor(erlang/dialyzer): simplify option handlingpinicarus
2020-10-02Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-10-01prolog/swipl: add blank line after callD. Ben Knoble
Though I do not see this specified or followed anywhere else
2020-10-01prolog/swipl: address linter feedbackD. Ben Knoble
This actually caught a bug where I forgot to rename the function
2020-10-01prolog/swipl: update error format for new versionD. Ben Knoble
A recent(?) update to swipl changed the error format from Warning: some.pl:2: Singleton variables: [Y] to Warning: some.pl:2: Warning: Singleton variables: [Y] The old error handler doesn't report the correct line numbers and messages on the old format. I've chosen to add a function that covers the second case and detect it, rather than rewrite the current function. This way, both versions should be able to live together. --- Example file that demonstrates the issue (some.pl above): ``` % vim: ft=prolog ii(X, Y) :- X. ``` ---
2020-09-30feat(erlang/dialyzer): add custom options passingpinicarus
2020-09-30Add maven helper file; use maven wrapper if available instead of global ↵fenuks
'mvn' executable
2020-09-26fix lint, fix variable semantics and update testsbratekarate
2020-09-26bibclean: update matchlist reges for bibclean > v2.11.4bratekarate
2020-09-25fix(ale_linters/phpcs): add support for multiline error messagesMarcus Zanona
2020-09-17feat: add intelephense support for phpArnold Chand
2020-09-11Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-09-09Close #2522 - Check pylint on the flyw0rp
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-09Merge pull request #3108 from timbedard/vint-add-stdinw0rp
Add stdin option for supported vint versions
2020-09-07Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typoHoracio Sanson
Fix asciidoc languagetool integration
2020-09-06Add Elvis handler for ErlangDmitri Vereshchagin
[Elvis][1] is an Erlang style reviewer. [1]: https://github.com/inaka/elvis
2020-09-05Clean up embertemplatelint codew0rp
Alias ember-template-lint to embertemplatelint so users can use either string to enable the linter.
2020-09-04Fix asciidoc languagetool integrationJeremiasz Nelz
2020-09-04Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-08-31feat(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-31Fix flake8 cd logic for invalid optionsw0rp
2020-08-30Run 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-29Merge pull request #3194 from maxwell-k/vintw0rp
vim/vint: show policy name
2020-08-29Fix psalm options. Retry on some test failuresw0rp
2020-08-29Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2020-08-28#3325 - ale#path#BufferCdString now generates %s:hw0rp
2020-08-28Add sql-lint to supported toolsw0rp
2020-08-28Merge pull request #2988 from joereynolds/masterw0rp
Add sql-lint as linter
2020-08-21Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-08-20#3299 Merge gcc and clang into a cc linterw0rp
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-19Merge pull request #3056 from ts826848/remove-ale-std-if-already-in-GetCFlagsw0rp
[WIP] Avoid overriding parsed C/C++ -std=* flag
2020-08-18Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidocw0rp
Enable languagetool for asciidoctor files.
2020-08-18Remove features deprecated in previous versionsw0rp
2020-08-17Merge pull request #3007 from klaaspieter/swift-formatw0rp
Add Apple's swift-format as a linter
2020-08-17Merge pull request #2759 from kgrzywacz/masterw0rp
credo now recognizes umbrella projects