Horacio Sanson
1365dce921
Merge pull request #3461 from lyz-code/feat/add-yamlfixer
...
feat: add yamlfix fixer
2020-11-27 16:02:33 +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
Lyz
12eb8d1523
fix: correct suggested filetype for yamlfix
2020-11-26 12:42:50 +01:00
Ivor Peles
ce3d891bed
Use better string comparison operators in isort fixer
2020-11-25 17:57:40 -05:00
Ivor Peles
713e53e3f6
Ensure isort / pipenv test conforms to ALE coding standards
2020-11-25 17:51:27 -05:00
Ivor Peles
340e966055
Fix comparison operator
2020-11-25 17:34:03 -05:00
Lyz
c69d696e1b
feat: add yamlfix fixer
2020-11-25 01:21:53 +01:00
Gonzalo Quero
7e9d4fbfc8
refactor: Move test to the right file
2020-11-23 10:21:09 +00:00
Gonzalo Quero
491ceacb64
fix: Use proper CdPath function in test
2020-11-23 10:08:00 +00:00
Gonzalo Quero
05d5cc4988
chore: Document config_file variable
2020-11-23 10:08:00 +00:00
Gonzalo Quero
7d8275daf5
chore: Add Elixir Credo tests
2020-11-23 10:08:00 +00:00
Gonzalo Quero
433b23be17
feat: Add optional configuration file for Credo
2020-11-23 10:08:00 +00:00
Ivor Peles
d27a3f453c
Ignore executable check when executable is pipenv
2020-11-21 19:24:20 -05:00
Ivor Peles
6efca486e8
Add test for isort with auto_pipenv flag(s)
2020-11-21 19:24:20 -05:00
Ivor Peles
ae86d10e48
Set default value for python_isort_auto_pipenv
2020-11-21 19:24:20 -05:00
Ivor Peles
64471e6ea8
Document ale_python_isort_auto_pipenv option
2020-11-21 19:24:19 -05:00
Ivor Peles
373ffa0f31
Use pipenv isort executable when python_auto_pipenv = 1
2020-11-21 19:24:19 -05: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
Horacio Sanson
5458a1b291
Fix 3103 - add shellcheck shell directive detection. ( #3216 )
...
* Fix 3103 - add shellcheck shell directive detection.
Searches for shellcheck shell directive to detect dialects for scripts
that do not have shebang.
* Change order of detection of shellcheck dialect
In a situation where the filetype can be wrong (example: something.sh
which is written in bash dialect) and has no hash-bang (since it is
meant to be sourced) then the override specified within the script will
be ignored.
It probably is the most right thing to do if the script author has added
a specific directive; it should trump everything else.
Co-authored-by: Horacio Sanson <horacio@allm.inc>
Co-authored-by: Dino Korah <dino.korah@redmatter.com>
2020-11-21 20:49:31 +00:00
w0rp
b4550f361b
Merge pull request #3409 from lyz-code/feat/add-autoimport-support
...
feat: add autoimport fixer
2020-11-21 20:45:51 +00:00
Gabriel Petrovay
b09ccc12c3
Added the Vundle command in installation instructions ( #3400 )
2020-11-21 20:32:58 +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
96428425fe
Merge pull request #2903 from davidtwco/ormolu-fixer
...
Add ormolu fixer.
2020-11-21 20:25:13 +00:00
Dale Jung
2873be2d6a
Add php phpcbf options ( #3383 )
...
* Taken from phpcs. add add_php_phpcbf_options #3382
* Updated docs for php_phpcbf_options #3382
* Added tests #3382
2020-11-21 20:19:02 +00:00
w0rp
d1246ea8d5
Merge pull request #3380 from rgossiaux/patch-1
...
Fix typo in ale-python.txt
2020-11-21 20:17:35 +00:00
w0rp
2e91f0e689
Use has('gui_running') instead of has('gui')
2020-11-21 20:16:32 +00:00
w0rp
a139599d39
Close #2727 - Add a hover-only setting for balloons
2020-11-21 20:12:09 +00:00
w0rp
06e7f2195e
Fix #3332 - Modify everything for rename/actions
...
ALE now just modifies every open buffer for rename and actions, and sets
up a one-time use BufEnter event to reload buffers that are changed so
you don't have to think about what to do with changed buffers.
2020-11-21 19:00:53 +00:00
w0rp
b8aaff2cf7
Merge pull request #3358 from lukaswozniak/master
...
Improves fixer performance for large buffers
2020-11-21 16:40:29 +00:00
w0rp
342e5af4e3
Add a missing blank line in documentation
2020-11-21 16:20:02 +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
edd96f4414
Merge pull request #3354 from rphln/collapse-whitespaces
...
Collapse spaces and lines in the completion menu.
2020-11-21 16:16:08 +00:00
w0rp
d23c9125c5
Merge pull request #3352 from arthrarnld/patch-1
...
Fix wording in Rust doc
2020-11-21 16:13:24 +00:00
w0rp
c10e807492
Fix handling of ranges at file end. ( #3344 )
2020-11-21 16:03:39 +00:00
zandr
e5d16caebe
Add luafmt fixer ( #3289 )
2020-11-21 15:59:50 +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
w0rp
9f2215d69b
Merge pull request #3435 from myobie/yarn-berry
...
For linters/tserver and handlers/eslint: look for node packages in .yarn/sdks as well
2020-11-21 15:33:55 +00:00
Dalius Dobravolskas
81d16823a7
Settings to control suggestions.
2020-11-21 15:49:42 +02:00
Dalius Dobravolskas
17c0c3c731
Test fix.
2020-11-21 15:49:42 +02:00
Dalius Dobravolskas
c098a07d67
Tests added.
2020-11-21 15:49:41 +02:00
Dalius Dobravolskas
2ab46d4b8e
Show tsserver hints/suggestions in Ale.
2020-11-21 15:49:41 +02:00
Dalius Dobravolskas
d0b5909fd8
#3442 Fix code fix clangd issue
2020-11-21 01:27:27 +00:00
w0rp
7c04ee5c20
Close #1466 - Add GVIM refactor menu support
...
Code actions and ALERename now appear in the right click context menu
for GVim by default.
2020-11-21 01:18:27 +00:00
Bartek thindil Jasicki
f156548c16
Merge remote-tracking branch 'upstream/master'
2020-11-20 10:11:02 +01:00
Ben Linsay
ddfc43e774
pass lsp intialization_options to rust-analyzer
...
fixes #3350
2020-11-18 22:22:16 -05:00
Nathan Herald
b74827de99
Look for node packages in .yarn/sdks as well
2020-11-17 17:12:04 +01:00
w0rp
48fe0dd4f6
Update documentation for code actions and rename
2020-11-14 10:41:51 +00:00
w0rp
e9140c740b
cmp forwards, and reverse the code actions
2020-11-14 10:17:02 +00:00