Jerko Steiner
4062b05669
Fix completion with langserver (autoimport in go)
2020-05-31 11:00:53 +02:00
mostfunkyduck
35c7c297b6
Fixes govet linter for go 1.13+, with tests
2020-05-25 11:46:16 -04:00
Paco
7265ceb6d0
Support revive for go files ( #2933 )
...
Signed-off-by: Penghui Liao <liaoishere@gmail.com>
2020-05-22 06:09:14 -05:00
Stephen Robinson
b209315714
Fixes #3092 - Implement loading @file
c arguments
2020-05-20 18:15:52 -07:00
Horacio Sanson
7ff87a942b
Merge pull request #3173 from nibocn/feat#javac-sourcepath
...
feat(javac): Add java_javac_sourcepath variable
2020-05-19 22:51:42 +09:00
NiBo
0b5d72fecd
refactor(javac): ale_java_javac_sourcepath variable defaults to String
2020-05-19 11:25:54 +08:00
NiBo
e61e1147b0
refactor(javac): ale_java_javac_classpath variable supports String and List types
2020-05-19 10:43:16 +08:00
NiBo
ff6bfc3d37
refactor(javac): ale_java_javac_sourcepath variable supports String and List types
2020-05-19 10:41:35 +08:00
NiBo
3635285c02
style(javac): Code formatting
2020-05-15 11:21:00 +08:00
NiBo
3b4193175e
feat(javac): Add java_javac_sourcepath variable
...
This variable can set multiple source code
paths, the source code path is a relative
path (relative to the project root directory)
2020-05-15 10:48:03 +08:00
Mohamed hamza
6b8f08f7fc
Added linter installing methods
2020-05-15 03:40:46 +02:00
Horacio Sanson
69d96aa9d9
Merge pull request #3077 from puritys/javaagent
...
To support javaagent on eclipselsp
2020-05-15 10:12:25 +09:00
NoNE
345daf683b
More docs for beginners to use cloudformation linter
2020-05-15 00:35:15 +02:00
Horacio Sanson
c2b01f0e28
Merge pull request #3134 from Ian2020/master
...
Add shellcheck as linter for bats files
2020-05-09 11:24:55 +09:00
Ian2020
ca97f32258
Use a function to define shellcheck linters and vars needed, fixes tests
2020-05-08 12:55:54 +01:00
max ulidtko
c0d74b8094
Fix style and test
2020-05-06 14:05:39 +03:00
max ulidtko
5f4103fb35
Improve :ALEDetail for dockerfile_lint
...
1. The often longish `description` moved away from (supposedly short)
statusline `message` into the `detail` section.
2. dockerfile_lint sends `reference_url` pointing to issue explanations.
Use that.
2020-05-06 13:07:08 +03:00
RyanSquared
70005134e5
Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into jonhoo-rust-analyzer
2020-05-05 09:21:49 -05:00
James C. Davis
15d590ee5e
fix: don't append newline when buffer is noeol and nofixeol
2020-04-30 15:00:10 -04:00
Ian2020
65bea1a5cb
Main logic of shellcheck has moved, updated backward compat test
2020-04-29 17:45:16 +01:00
Klaas Pieter Annema
2548763d04
Add Apple's swift-format as a linter
2020-04-29 14:33:13 +02:00
Ian2020
716f9a9bbb
Fix linting issue - indentation incorrect
2020-04-28 20:53:42 +01:00
Ian2020
f67cb56e5e
Fix shell detection test, shellcheck function name has changed
2020-04-28 18:20:10 +01:00
Ian2020
3f34265151
Fix handler test, function name has changed
2020-04-28 18:13:34 +01:00
Ian2020
d4e1c57026
Moved common code to ale handlers, updated bats doc
2020-04-28 17:46:15 +01:00
Ian2020
76cd6b0f92
Fix documentation oversights
2020-04-28 16:02:46 +01:00
Horacio Sanson
e641fe0c5d
Fix eclipselsp command function.
...
Changes in eclipselsp and java caused the command needed to run the
language server fail to build properly.
Thi PR fixes those issues.
2020-04-25 15:21:09 +09:00
Ian2020
47d941b491
Add shellcheck as linter for bats files
2020-04-24 11:39:45 +01:00
Horacio Sanson
36e5337e30
Merge pull request #3117 from zoonfafer/vim-vimls
...
Add vim-language-server linter support
2020-04-21 13:36:57 +09:00
Jeffrey Lau
60d683da3b
Add vim-language-server linter support
2020-04-21 02:29:22 +08:00
w0rp
d2934ba017
Merge pull request #3121 from zoonfafer/scala-metals
...
linter/scala/metals: Fix return value of GetProjectRoot()
2020-04-20 17:39:48 +01:00
Oliver Ford
36b50058bb
Add terraform-lsp integration ( #2758 )
...
* Add terraform-lsp integration
https://github.com/juliosueiras/terraform-lsp
* Add tests & docs for terraform-lsp integration
terraform_langserver_options setting added to send custom flags to
terraform-lsp.
Vader tests have been added to test custom executable, custom flags, and
finding the project root. All tests pass.
Initial documentation has been added for the above.
Resolves dense-analysis/ale#2758 , juliosueiras#57
* Fix tag alignment
Co-authored-by: = <Aubrey.S.Lavigne@gmail.com>
Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2020-04-20 16:02:31 +01:00
Horacio Sanson
3281321d5c
Merge pull request #3027 from ndtho8205/fix-kotlinc-stderr
...
Fix 3011 - not catching kotlinc output on stderr
2020-04-19 18:55:47 +09:00
Tomas Janousek
4fbfcc9dec
ccls: Detect build dir and set compilationDatabaseDirectory
...
Fixes #2621
2020-04-18 13:57:57 +02:00
Jeffrey Lau
e0181f8832
linter/scala/metals: Fix return value of GetProjectRoot()
...
It was returning 0 when it should be returning an empty string.
The 'AssertEqual' in the ale image is from an old version so it does not
check the types of the arguments.
This is already fixed in 427fe19104
Closes #3120
2020-04-18 19:51:31 +08:00
w0rp
64b9a2708d
Merge pull request #3098 from tarikgraba/verilator-columnn
...
Adds column number to the verilator verilog linter
2020-04-18 12:36:16 +01:00
w0rp
1f9ac1c6dc
Fix the cursor tests, that stop tests running
2020-04-18 12:26:38 +01:00
Yuto
93a13d7353
Broken message in pycodestyle (or any other Linters whose name include 'code') ( #3114 )
...
* Swap substitution order for echoed message
This prevents 'code' string in liter_name to be substituted by accident.
Linters including pycodestyle have been affected by this problem.
* Add test for linter whose name contains 'code'
Test for c525db8cb4088d02448c5ddcf4a80ffa028c3181
2020-04-18 11:59:26 +01:00
TG
00eee550ea
Adds column number to the verilator verilog linter
...
Since version 4.032 (04/2020) verilator linter messages also contain the
column number, and look like:
%Error: /tmp/test.sv:3:1: syntax error, unexpected endmodule, expecting ';'
To stay compatible with old versions of the tool, the column number is
optional in the researched pattern regular expression.
See commit:
81c659957e
2020-04-18 09:57:01 +02:00
Horacio Sanson
5035281cb9
Fix 2269 - use ktlint stdin.
...
Use stdin flag instead of temporary files. This allows ktlint to work
with .editorconfig files.
2020-04-18 15:27:11 +09:00
w0rp
198361bc0d
Merge pull request #2681 from mynomoto/clj-kondo-cache
...
Use cache for clj-kondo linter
2020-04-17 17:50:18 +01:00
w0rp
dc054f30c8
Merge pull request #2823 from jeremija/do-not-save-on-autoimport
...
Do not save after ALERename and ALEOrganizeImports
2020-04-17 17:32:36 +01:00
Horacio Sanson
16cd59805b
Merge pull request #3050 from StarryLeo/fix-vim-sign-priority-patch-check
...
Fix vim sign priority patch check
2020-04-17 22:22:03 +09:00
w0rp
82f734a7c2
Closes #3019 - Implement default navigation
...
Default navigation for commands that jump to new locations has been
implemented with the `ale_default_navigation` variable, and all commands
that jump to locations now support `-tab`, `-split`, or `-vsplit`
arguments for overriding the default navigation behavior.
2020-04-15 16:50:13 +01:00
Dalius Dobravolskas
891852de71
Fix tslint fixer not working issue (temporary file not found)
2020-04-15 17:30:19 +03:00
Jon Gjengset
6087765cad
Move to rust-analyzer everywhere
2020-04-09 13:23:03 -04:00
Jon Gjengset
58404b5b83
rust-analyzer server binary changed name
2020-04-09 08:57:02 -04:00
puritys
852a6a1753
Fix code convention
2020-03-26 08:14:06 +00:00
puritys
9edefa724b
Fix code convention
2020-03-26 07:54:12 +00:00
puritys
fa19bca80e
To support javaagent on eclipselsp
2020-03-26 06:40:07 +00:00