Horacio Sanson
4c454c96a9
Merge pull request #3390 from benknoble/fix-dafny-filename
...
dafny: include correct filename in lint results
2021-01-06 11:19:29 +09:00
Horacio Sanson
7e4c125d38
Merge pull request #3491 from Poulpatine/salt-lint
...
Add salt-lint support
2021-01-05 12:45:36 +09:00
ttys3
b4d889b682
fix: proper initialization options call in php intelephense
2021-01-04 23:10:39 +08:00
Horacio Sanson
7fca451cf9
Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32
...
Fix checkstyle regexp pattern to work correctly in NVim on Windows
2020-12-28 15:22:25 +09:00
Benjamin Binier
e358afdd9b
Add salt-lint support
2020-12-17 09:19:19 +01:00
Horacio Sanson
f996ede599
Merge pull request #3403 from will/sorbetwatchman
...
Add Ruby sorbet option to enable watchman
2020-12-16 09:48:35 +09:00
fwy
0a2ad516d4
Fix regexp pattern to work correctly in nvim and vim on windows and linux
2020-11-26 15:29:23 -06:00
w0rp
681a6e371d
Use _config for LSP config options
2020-11-21 20:58:34 +00:00
Eric Zhao
9692c0c64c
Add support for R languageserver ( #3370 )
2020-11-21 20:56:38 +00:00
Jose Soto
e1184e31f6
Adds support for Tlint - A Tighten Opinionated PHP Linter ( #3291 )
...
Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2020-11-21 20:29:33 +00:00
w0rp
e4bfcb44b3
Merge pull request #3357 from creativenull/feat-php-intelephense
...
feat: add intelephense support for php
2020-11-21 16:18:20 +00:00
w0rp
8e28de142a
Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlang
...
Add Elvis handler for Erlang
2020-11-21 15:56:50 +00:00
w0rp
df3163223f
Merge pull request #3282 from zanona/master
...
fix(ale_linters/phpcs): add support for multiline error messages
2020-11-21 15:36:22 +00:00
Nathan Herald
b74827de99
Look for node packages in .yarn/sdks as well
2020-11-17 17:12:04 +01:00
Dalius Dobravolskas
01800a23ad
Support for LSP/tsserver Code Actions ( #3437 )
...
* 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-14 10:15:17 +00:00
Will Leinweber
cafe8621e2
Add Ruby sorbet option to enable watchman
2020-10-20 23:13:53 -07:00
D. Ben Knoble
c37cc1c8a3
dafny: include correct filename in lint results
...
Results can come from included files, not just the current buffer.
2020-10-08 11:54:56 -04:00
fenuks
7186b0437f
Add maven helper file; use maven wrapper if available instead of global 'mvn' executable
2020-09-30 00:11:57 +02:00
bratekarate
56242cb874
fix lint, fix variable semantics and update tests
2020-09-26 17:09:54 +02:00
bratekarate
5f2aeba8cc
bibclean: update matchlist reges for bibclean > v2.11.4
2020-09-26 03:21:26 +02:00
Marcus Zanona
e089969404
fix(ale_linters/phpcs): add support for multiline error messages
2020-09-25 11:25:24 +02:00
Arnold Chand
fec6b63494
feat: add intelephense support for php
2020-09-17 08:06:11 -04:00
w0rp
4ddf742643
Close #2522 - Check pylint on the fly
...
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 21:45:15 +01:00
w0rp
62fd83f1dd
Merge pull request #3108 from timbedard/vint-add-stdin
...
Add stdin option for supported vint versions
2020-09-09 20:15:54 +01:00
Horacio Sanson
8950f6b812
Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typo
...
Fix asciidoc languagetool integration
2020-09-07 15:37:04 +09:00
Dmitri Vereshchagin
49718e0ec6
Add Elvis handler for Erlang
...
[Elvis][1] is an Erlang style reviewer.
[1]: https://github.com/inaka/elvis
2020-09-06 12:40:28 +03:00
w0rp
152b2cb691
Clean up embertemplatelint code
...
Alias ember-template-lint to embertemplatelint so users can use either
string to enable the linter.
2020-09-05 19:06:07 +01:00
Jeremiasz Nelz
0b55098bd0
Fix asciidoc languagetool integration
2020-09-04 22:52:29 +02:00
Cyrille David
d4a14746cd
feat(template-lint): Read from stdin ( #2622 )
...
* 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 09:26:33 +01:00
w0rp
ac2100d410
Fix flake8 cd logic for invalid options
2020-08-31 09:12:36 +01:00
Konstantin Alekseev
1462de6685
Run flake8 from project root by default.
...
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-30 22:56:10 +03:00
w0rp
0989da4a38
Merge pull request #3194 from maxwell-k/vint
...
vim/vint: show policy name
2020-08-29 20:54:09 +01:00
w0rp
f1ecc2e068
Fix psalm options. Retry on some test failures
2020-08-29 16:31:47 +01:00
w0rp
7d4ce4e6aa
Close #3325 - Apply new formatting where possible
2020-08-28 19:50:36 +01:00
w0rp
3d5a2690ce
#3325 - ale#path#BufferCdString now generates %s:h
2020-08-28 17:46:43 +01:00
w0rp
36e959a466
Add sql-lint to supported tools
2020-08-28 09:25:40 +01:00
w0rp
47fdc02fc7
Merge pull request #2988 from joereynolds/master
...
Add sql-lint as linter
2020-08-28 08:43:10 +01:00
w0rp
2b785688ea
#3299 Merge gcc and clang into a cc linter
...
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-20 01:49:14 +01:00
w0rp
92cada9913
Merge pull request #3056 from ts826848/remove-ale-std-if-already-in-GetCFlags
...
[WIP] Avoid overriding parsed C/C++ -std=* flag
2020-08-19 00:21:22 +01:00
w0rp
f8b3a43aab
Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidoc
...
Enable languagetool for asciidoctor files.
2020-08-18 23:22:01 +01:00
w0rp
5eda1df0a9
Remove features deprecated in previous versions
2020-08-18 23:03:43 +01:00
w0rp
bc6304bdb0
Merge pull request #3007 from klaaspieter/swift-format
...
Add Apple's swift-format as a linter
2020-08-17 23:37:23 +01:00
w0rp
6d33417b15
Merge pull request #2759 from kgrzywacz/master
...
credo now recognizes umbrella projects
2020-08-17 21:34:10 +01:00
w0rp
eb864730e2
Merge pull request #2906 from elebow/shelldetect-fall-back-to-filetype-if-no-hashbang
...
ShellDetect falls back to filetype if no hashbang (fixes #2886 )
2020-08-17 21:29:16 +01:00
w0rp
514e5a8baa
Merge pull request #2940 from davidsierradz/add-markdownlint-options
...
allow passing custom options to markdownlint
2020-08-17 10:21:36 +01:00
Horacio Sanson
5ceda0164c
Merge pull request #3288 from nibocn/master
...
fix(eclipselsp): Get jar file path failed
2020-08-14 13:49:09 +09:00
w0rp
94a968ef39
Merge pull request #2924 from patrick96/vlog-filename
...
verilog: Add filename to vlog linter output
2020-08-14 00:20:57 +01:00
NiBo
a4f70163eb
fix(eclipselsp): Get jar file path failed
...
Error: Unable to access jarfile
2020-08-13 23:12:12 +08:00
Ben Boeckel
506a8532d0
rust/cargo: add support for a custom target directory
...
This can avoid having to wait for ALE or ALE being blocked on other
cargo actions within the same crate.
2020-08-13 10:22:33 -04:00
w0rp
d3f410b6f7
Fix #1608 - Treat .h as C++ files for C++ clang-tidy
2020-08-10 02:33:50 +01:00