Manoel Brunnen
96d8415946
Add -imacros to C flags
2020-11-03 23:10:15 +01:00
Jason Franklin
31b7a2de41
Move the test for buffer-local variables
...
The "ale#handlers#sh#GetShellType()" function currently falls back
to the file type without checking for buffer-local variables first.
This causes the function to return "sh" even when a script is known
by Vim to be a script of a more specific type (e.g., "bash").
The "ale#handlers#shellcheck#GetDialectArgument()" function then
erroneously uses this type even though a more fitting type should be
used instead. Files without a "#!" line will be of type "sh" even
though they may have a ".bash" suffix.
This commit fixes the problem by checking for buffer-local shell
type variables (set by Vim) before falling back to the file type.
2020-11-02 10:59:16 -05:00
Jason Franklin
73632312c2
Use the proper term for the "#!" line
2020-11-02 10:46:56 -05:00
Jason Franklin
6c22936303
Remove a noise comment
2020-11-02 10:46:28 -05:00
pinicarus
62f2c6d326
test(erlang/erlc): simplify matches
2020-10-28 12:58:15 +01:00
pinicarus
7d69cdf4ad
test(erlang/erlc): make quotes optional in matches
2020-10-28 12:51:38 +01:00
pinicarus
15f44933c2
feat(erlang/erlc): add option for custom executable
2020-10-28 12:38:28 +01:00
Lyz
513e6ee972
feat: add autoimport fixer
2020-10-23 18:53:38 +02:00
David Wood
b496c4b164
Add ormolu fixer.
...
This commit adds a fixer for the Haskell language, ormolu
(https://github.com/tweag/ormolu ).
Signed-off-by: David Wood <david@davidtw.co>
2020-10-23 11:48:21 +01:00
Will Leinweber
cafe8621e2
Add Ruby sorbet option to enable watchman
2020-10-20 23:13:53 -07:00
StephenWithPH
af5a8e1abf
add sbt as a suggested filetype for scalafmt fixer
2020-10-19 09:47:54 -07:00
w0rp
557a1ed5da
Make the two nearly identical Swift tools easier to distinguish
2020-10-15 22:02:27 +01:00
w0rp
477eb89793
#3332 Implement :ALERename! for ignoring errors
...
:ALERename! now ignores errors for files that cannot be modified, and
modifies all other files.
2020-10-15 21:56:21 +01:00
w0rp
f384d61c3d
Fix sorting of supported tools
2020-10-15 21:24:27 +01:00
ecly
f125c11faa
Update FindProjectRootIni with poetry.lock and pyproject.toml
2020-10-15 13:35:47 +02:00
D. Ben Knoble
160af49450
update tests
2020-10-08 12:02:30 -04: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
Andrey Popp
96ec33e6d6
Use stdin/stdout to communicate with gofmt
2020-10-03 18:44:19 +03:00
rgossiaux
9a8ab764d5
Fix typo in ale-python.txt
2020-10-02 22:51:54 -04:00
Horacio Sanson
b91c6c2edd
Merge pull request #3374 from fenuks/maven_helper
...
Use maven wrapper if available
2020-10-02 20:07:28 +09:00
fenuks
4466c47990
Add tests for maven.vim file
2020-10-02 10:03:14 +02:00
Horacio Sanson
2d3ed956b9
Merge pull request #3375 from isaif/fix-doc
...
Fix grammatical error in doc
2020-10-01 20:44:35 +09:00
isaif
7857098cb0
Fix grammatical error in doc
2020-10-01 16:23:49 +05:30
fenuks
7186b0437f
Add maven helper file; use maven wrapper if available instead of global 'mvn' executable
2020-09-30 00:11:57 +02:00
Horacio Sanson
96dcbd1f20
Merge pull request #3367 from bratekarate/update-bibclean
...
bibclean: update matchlist reges for bibclean > v2.11.4
2020-09-28 10:53:19 +09:00
bratekarate
56242cb874
fix lint, fix variable semantics and update tests
2020-09-26 17:09:54 +02:00
Horacio Sanson
94927195ee
Merge pull request #3284 from resong/bug/duplicateTag
...
Update ale_ruby_rubocop_auto_correct_all tag
2020-09-26 14:50:36 +09: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
toastal
48cbf1cb36
dhall alias
2020-09-25 08:26:17 +07:00
Łukasz Woźniak
6bebdcfa30
Improves fixer performance for large buffers
2020-09-18 12:59:27 +02:00
Arnold Chand
f8351c1b22
fix: test: mkdir should create if it doesn't exist
2020-09-17 09:58:45 -04:00
Arnold Chand
8a855e3e64
fix: tests
2020-09-17 09:35:06 -04:00
Arnold Chand
fec6b63494
feat: add intelephense support for php
2020-09-17 08:06:11 -04:00
Raphael Nepomuceno
9769565f88
Collapse spaces and lines in the completion menu.
2020-09-14 12:11:16 -03:00
Arthur Arnold
63a528eac2
Fix wording in Rust doc
2020-09-14 07:57:22 -03:00
toastal
ed47008710
addressing missing docs + cleaning up older Dhall files
2020-09-14 10:13:11 +07:00
toastal
b32954a46c
Merge branch 'master' into dhall
2020-09-14 08:54:07 +07:00
w0rp
08295ce174
Bump the ALE version to 3.0.0
2020-09-09 22:06:38 +01: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
78fa93bd55
Add tests for covering the coming Vint version
2020-09-09 20:34:27 +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
Christian Keil
d1f48e5ede
Remove unnecessary length check.
2020-09-09 17:49:21 +02:00
Christian Keil
d3932c0242
Fix format linting error.
2020-09-09 17:44:09 +02:00
Christian Keil
20f6bebdf2
Fix handling of ranges at file end.
2020-09-09 17:30:41 +02:00
w0rp
6a367e44aa
Close #3003 - Show ignored linters in :ALEInfo
2020-09-08 22:19:13 +01:00
w0rp
7d90ff56d9
Close #3333 - Add an ALECompletePost event
...
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-08 21:40:10 +01:00
toastal
f07ecbc579
merge master -- apparently someone else added dhall?
2020-09-08 10:08:00 +07:00
w0rp
b4b75126f9
Fix a completion error
2020-09-07 10:01:18 +01:00
Horacio Sanson
fc2a34e9d8
Merge pull request #3337 from sodapopcan/patch-1
...
Fix typo
2020-09-07 16:30:42 +09:00