w0rp
25e457595a
Merge pull request #2828 from akhilman/hover-to-preview
...
Add option to show hover messages in preview.
2020-01-01 18:21:00 +00:00
Jerko Steiner
493705336c
Add old check for bufline api
2019-12-29 15:08:22 +01:00
Zander Lee
4cbe16197c
Allow popup to be used instead of preview in completeopt
2019-12-22 09:35:29 +01:00
davidsierradz
0cea55924b
allow passing custom options to markdownlint
2019-12-19 13:11:25 -05:00
Kevin Locke
9ee57d4362
Run ESLint from project root dir where possible
...
ESLint 6 loads all plugins/configs/parsers relative to the project root
which, by default, is the directory in which ESLint is invoked, as
described in [ESLint RFC 2018-simplified-package-loading].
Therefore, ALE should run ESLint from the project root, when possible,
so that dependencies will load. This commit does so.
[ESLint RFC 2018-simplified-package-loading]: https://github.com/eslint/rfcs/blob/master/designs/2018-simplified-package-loading/README.md
Fixes : #2787
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-12-17 12:25:44 -07:00
Jon Gjengset
715733f44d
Fix Rust linter/fixer listing
2019-12-11 12:02:18 -05:00
patrick96
1e9f870b74
verilog: Add filename to vlog linter output
2019-12-05 19:35:34 +01:00
Conrad Irwin
efe120ce9a
Fix prettier_standard to respect the configuration file
...
Before this change, prettier_standard would run and ignore any
.prettierrc, now it will respect the configuration of the file being
linted.
This change relies on prettier-standard 16.1.0 for the --stdin-filepath
flag, but is backward compatible: older versions of prettier-standard
will ignore the unknown flag and continue to run with no configuration
file.
2019-12-04 23:15:41 -08:00
w0rp
5f84325cd8
Add a Help Wanted message in case people are interested
2019-12-03 11:47:26 +00:00
Horacio Sanson
8fbcba0091
Fix 2913 - checkstyle config file ignored.
...
If checkstyle is configured with custom options that contain "-c" then
the checkstyle config file option is ignored. This PR modifies the
regular expression when creating the checkstyle command to avoid this.
2019-11-27 23:19:44 +09:00
w0rp
d8195e9276
Merge pull request #2910 from hsanson/2891-fix-eslinter-json-parser
...
Fix 2891 - eslint not showing errors.
2019-11-27 10:15:59 +00:00
Horacio Sanson
5f95d032ee
Fix 2891 - eslint not showing errors.
...
ESLint errors are contained in an array that can contain different
stuff other than JSON error messages. This patch iterates over the whole
array ignoring any non-json data.
2019-11-26 13:37:25 +09:00
Aaron Franks
31715ff227
Fix for incorrect eslint output parsing for graphql files
...
The output is configured to be JSON, but the handler was parsing it as 'lines'
2019-11-24 15:47:07 -08:00
Eddie Lebow
ece229c06f
shell: Make description more accurate
...
The shell linter does more than just bash.
2019-11-23 00:34:40 -05:00
Eddie Lebow
1997a8f7e2
ShellDetect: fall back to filetype if no hashbang
...
Some files lack a hashbang line but still have an unambiguous filetype.
For example, the file `.zshrc` has the filetype `zsh`.
Augment ale#handlers#sh#GetShellType to fall back to the filetype if
no hashbang line can be found.
2019-11-23 00:34:40 -05:00
w0rp
b91d82bfaa
Merge pull request #2847 from DonnieWest/allowUserToCustomizeItems
...
Allow user to customize items
2019-11-15 09:34:24 +00:00
w0rp
9005a62dc2
Clean up the nimpretty code
2019-11-14 14:50:21 +00:00
w0rp
7665559d0e
Merge pull request #2660 from YPCrumble/master
...
Add StandardJS linter for TypeScript
2019-11-14 14:47:19 +00:00
w0rp
66a8df081e
Merge pull request #2890 from nhanb/master
...
Add nimpretty fixer for nim-lang
2019-11-14 14:35:31 +00:00
w0rp
b76165abf6
Merge pull request #2889 from zigford/powershell-7-errorview
...
Default errorview in pwsh7 now concise
2019-11-14 14:24:19 +00:00
Bùi Thành Nhân
abad8e474b
add nimpretty fixer
2019-11-09 16:28:49 +07:00
Jesse Harris
f09cc26f87
Default errorview in pwsh7 now concise
2019-11-09 13:43:00 +10:00
Donnie West
e2a67812de
Add tagged entry for symbols to documentation
2019-11-08 16:44:05 -06:00
Donnie West
e6ee613e00
Switch variables to dictionary key
2019-11-08 16:44:04 -06:00
Donnie West
6637de46c2
Add scriptencoding to completion.vim
2019-11-08 16:44:03 -06:00
Donnie West
5985f8bd63
Fix typo
2019-11-08 16:44:02 -06:00
Donnie West
977921461d
Add documentation for ale-symbols feature
2019-11-08 16:44:01 -06:00
Donnie West
0b5fcbad1f
Allow the user to set their own completion values
2019-11-08 16:44:00 -06:00
Donnie West
4222f32cc4
Include documentation item for removing warnings
2019-11-08 16:41:39 -06:00
Donnie West
4bdde36661
Check kind safely
2019-11-08 16:41:38 -06:00
Donnie West
db5fe5659f
Allow the user to remove warnings from completions
2019-11-08 16:41:37 -06:00
Thibault Vatter
db6b1b5ecc
Switch from style to transformers ( #2838 )
...
* Switch to transformers for styler
* Adapt unit test too
2019-11-07 18:22:57 +00:00
w0rp
a273b9cf4a
Fix a test failing in AppVeyor
2019-11-07 15:52:03 +00:00
w0rp
f11f6a2195
Merge pull request #2887 from tamago324/add-nimcheck-end_col-options
...
Add nimcheck end_col options
2019-11-07 15:47:31 +00:00
w0rp
bde9b1cfcd
Revert "Add definition of c/clangd's language as C ( #2791 )"
...
This reverts commit f4070f6c43
.
2019-11-07 15:41:58 +00:00
w0rp
5eefe544ed
Merge pull request #2617 from robindar/master
...
Fix crystal-lang non file-tied message handling
2019-11-07 08:36:42 +00:00
tamago324
dfbb387cc7
Add nimcheck end_col options
...
nimcheck
2019-11-07 02:44:56 +09:00
w0rp
2d9380d75c
Merge pull request #2690 from iclanzan/purty
...
Add purty fixer for PureScript
2019-10-29 17:37:18 +00:00
w0rp
e259dd525f
Merge pull request #2819 from greg0ire/psalm_extra_options
...
Add the possiblity to add extra psalm options
2019-10-29 17:21:01 +00:00
w0rp
9a0b604a99
Fix the test issues with html-beautify
2019-10-28 13:45:25 +00:00
Hugo Osvaldo Barrera
47eb3dd0c0
Add support for html-beautify ( #2788 )
...
* Add support for html-beautify
* Add html-beautify to the list of supported tools
* Update docs
2019-10-28 13:25:36 +00:00
Charlie Johnson
af8c8516d1
fixers/stylelint: enhance stylelint
fixer ( #2745 )
...
* Refactor stylelint fixer test
* Support additional stylelint fixer options
* Support changing working directory for stylelint fixer
* Force css syntax for stylelint fixer
2019-10-28 13:23:02 +00:00
w0rp
0d4dfb61dc
Merge pull request #2700 from elebow/clangcheck-no-color-diagnostics
...
clangcheck: Add -fno-color-diagnostics (closes #2188 )
2019-10-28 13:14:14 +00:00
Jerko Steiner
463deedc29
Merge branch 'master' into do-not-save-on-autoimport
2019-10-22 16:40:27 -05:00
Jerko Steiner
40890cfcf3
Rename ale#fix#SetBufferContents to ale#util#SetBufferContents
2019-10-22 16:39:43 -05:00
Ian Campbell
ea91209a66
Allow the use of StandardX for StandardJS linting and fixing.
...
See https://github.com/standard/standardx
2019-10-21 20:46:54 -04:00
Ian Campbell
cf5120ba75
Remove standardts fixer in favor of allowing standard.vim fixer to handle JavaScript or TypeScript options.
2019-10-21 20:46:54 -04:00
Ian Campbell
79e9ae4550
Make sure README and docs are synced.
2019-10-21 18:20:43 -04:00
Ian Campbell
9017d3ef9c
Add StandardJS for TypeScript linting and fixing.
2019-10-21 18:20:43 -04:00
w0rp
67d0ccc398
Fix #2835 - Bump up the sign group version check for NeoVim
2019-10-21 09:35:23 +01:00