Nelson Yeung
985a5295a9
Fix typos
2021-01-22 16:37:38 +00:00
Nelson Yeung
850c41b2a9
Fix linting errors
2021-01-22 16:37:38 +00:00
Nelson Yeung
847f729cd4
Add dart analysis_server doc
2021-01-22 16:37:38 +00:00
Horacio Sanson
9a1e91e075
Merge pull request #3519 from atsuya/feature/support-vala-lint
...
Add support for Vala-Lint
2021-01-23 01:24:24 +09:00
Charles B Johnson
1991313ee7
xo: update docs
2021-01-22 09:23:54 -06:00
Atsuya Takagi
6b0b8cec79
update doc with snake cased linter name
2021-01-23 00:20:36 +09:00
Atsuya Takagi
33485ffb92
document the variables can be set for the linter
2021-01-23 00:08:01 +09:00
Atsuya Takagi
04550717bf
add Vala-Lint as supported linter
2021-01-23 00:08:01 +09:00
Atsuya Takagi
67c3fa9001
add documentation for vala-lint
2021-01-23 00:08:01 +09:00
Horacio Sanson
9bc4b468c2
Fix linter error
2021-01-22 23:51:29 +09:00
Horacio Sanson
4aa11cbc05
Improve documentation
2021-01-22 23:17:38 +09:00
Horacio Sanson
014b00d4d7
Add yamllint and prettier to openapi.
...
This commit enables yamllint and prettier on openapi files.
2021-01-22 23:17:38 +09:00
Horacio Sanson
03eae9e085
Fix 2777 - Add IBM openapi validator
2021-01-22 23:17:38 +09:00
Horacio Sanson
7e3d2930d8
Merge pull request #3261 from toastal/dhall
...
Enhanced Dhall fixer support
2021-01-20 21:06:03 +09:00
Horacio Sanson
7b42dd7387
Merge pull request #3475 from benknoble/dafny-include-timeouts
...
dafny: add a timeLimit option and message-parsing
2021-01-20 20:48:53 +09:00
Horacio Sanson
783cf4ab82
Merge pull request #3362 from daliusd/tsserver_hints
...
Show tsserver hints/suggestions in Ale.
2021-01-20 20:40:44 +09:00
Horacio Sanson
bfc412a77b
Merge pull request #3455 from Thau/feat/credo_config_file
...
feat: Adds variable to use custom config file with Elixir Credo
2021-01-20 08:42:45 +09:00
w0rp
f398faa8d3
Merge pull request #3471 from kevinclark/3448-fix-unittests
...
Make test/scripts/custom-checks portable
2021-01-14 18:08:44 +00:00
Kevin Clark
39f393ef07
Add nvim floating window support (replaces #3314 ) ( #3470 )
...
* Add nvim floating window hover support
* Add configuration for float to replace preview
* preview#ShowFloating: qualify local variables
* Configure floating preview usecases individually
Also:
* Extract floating preview to its own file.
* Ignore 'stay_here' option. Moving into the floating preview window
seems confusing at best.
* Re-use existing floating preview window if it's still up.
* Flush out floating preview documentation.
* Watch cursor position changes per window
Floating previews open a new window, so when that window is written to,
it moves briefly there at a different position than the original window.
This makes repeated positions detected when positions are tracked at a
s: level. Instead, we change the variable to window scoped, which only
fires a message if the cursor has changed from the last position in
*that window*.
* g:ale_floating_preview cleanup
* floating_preview: add ALEDetail tests
* Fix fecs test missing runtime call
* Add ALEHover floating preview tests
Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch>
2021-01-14 18:06:20 +00:00
Horacio Sanson
97ce2423b0
Merge pull request #3494 from YorickPeterse/master
...
Add linter for Inko
2021-01-13 23:54:06 +09:00
Horacio Sanson
aabca5b0ac
Merge pull request #3398 from ecly/update-python-find-root
...
Update `ale#python#FindProjectRootIni` with poetry.lock and pyproject.toml
2021-01-13 22:07:02 +09:00
Horacio Sanson
012348582c
Merge pull request #3531 from pinicarus/custom-erlc-executable
...
Custom erlc executable
2021-01-13 14:04:58 +09:00
Horacio Sanson
54dd731cf1
Merge pull request #3386 from ivorpeles/master
...
Make isort fixer recognize auto_pipenv flag
2021-01-08 10:43:34 +09:00
Yorick Peterse
8375ee2766
Add linter for Inko
...
This adds a linter for Inko (https://inko-lang.org/ ). The linter makes
use of Inko's own compiler, and a newly introduced --check flag to only
check for errors; instead of also compiling source code.
2020-12-23 16:50:45 +01:00
toastal
9c7e1fe4dd
merging master
2020-12-21 10:26:09 +07: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
D. Ben Knoble
3f01cc247c
dafny: add a timeLimit option and message-parsing
2020-11-30 13:28:04 -05:00
Kevin Clark
e300a48e13
Fix test/script/check-supported-tools-tables
2020-11-28 08:23:06 -08:00
Kevin Clark
469af2a734
Fix TOC tests
...
Sort order is slightly different than the headings
2020-11-28 07:55:35 -08:00
Lyz
c69d696e1b
feat: add yamlfix fixer
2020-11-25 01:21:53 +01:00
Gonzalo Quero
05d5cc4988
chore: Document config_file variable
2020-11-23 10:08:00 +00:00
Ivor Peles
64471e6ea8
Document ale_python_isort_auto_pipenv option
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
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
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
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
d23c9125c5
Merge pull request #3352 from arthrarnld/patch-1
...
Fix wording in Rust doc
2020-11-21 16:13:24 +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
Dalius Dobravolskas
81d16823a7
Settings to control suggestions.
2020-11-21 15:49:42 +02: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