w0rp
|
8846a8860f
|
Use a new window for the ALEFixSuggest command, and document it better
|
2017-06-28 16:20:05 +01:00 |
|
w0rp
|
0302d2a328
|
Remove the script for runnning tests from git archives
|
2017-06-27 16:15:17 +01:00 |
|
w0rp
|
e51272e277
|
Do not include the code of conduct in git archives
|
2017-06-27 16:14:35 +01:00 |
|
w0rp
|
16ba9bd680
|
Fix #680 - Use --shadow-file to check for problems with mypy while you type
|
2017-06-27 10:06:03 +01:00 |
|
w0rp
|
499bf63dc3
|
#678 - Document the sign column color behaviour
|
2017-06-27 09:44:02 +01:00 |
|
w0rp
|
b9d91f0e9b
|
Document :ALEInfo better
|
2017-06-26 22:08:55 +01:00 |
|
w0rp
|
d5c9a4eb87
|
#171 - Document every highlight
|
2017-06-26 21:49:20 +01:00 |
|
w0rp
|
1917e9157c
|
Fix #694 - Ignore BEGIN failed errors for Perl only for certain errors
|
2017-06-25 21:49:57 +01:00 |
|
w0rp
|
3828ea5b26
|
Detect .git directories for finding the project root for C projects
|
2017-06-25 21:33:15 +01:00 |
|
w0rp
|
8b557f346c
|
Move ale#handlers#c functions into ale#c
|
2017-06-25 20:34:23 +01:00 |
|
w0rp
|
7d73a1602b
|
Explain how to use the airline extension better
|
2017-06-25 20:01:46 +01:00 |
|
w0rp
|
93473a4101
|
Fix #690 - Filter out errors from other files for Haskell
|
2017-06-25 17:08:57 +01:00 |
|
w0rp
|
229a1c092a
|
#684 Handle tslint errors without the severity included, and use character instead of position for the columns
|
2017-06-25 16:40:44 +01:00 |
|
w0rp
|
492260c967
|
Fix the tests harder
|
2017-06-25 16:20:55 +01:00 |
|
w0rp
|
c2138a2656
|
Fix the tests for the fix on save feature
|
2017-06-25 16:14:04 +01:00 |
|
w0rp
|
ec3ddce4ac
|
#665 - Replace the nomodified line with :w!
|
2017-06-25 15:59:38 +01:00 |
|
w0rp
|
2c6b571e66
|
Fix #665 - Stop prompts appearing when fixing files on save
|
2017-06-25 15:57:36 +01:00 |
|
w0rp
|
4eaa990fe8
|
Fix #684 - Use the JSON format for tslint, for consistency betwen versions, and handling of end line and column numbers
|
2017-06-25 13:56:51 +01:00 |
|
w0rp
|
8da5641355
|
Ask for let g:ale_history_log_output = 1 first in the issue template
|
2017-06-25 11:55:21 +01:00 |
|
w0rp
|
d1e23f7295
|
Fix #683 Recommend prettier and eslint over prettier-eslint
|
2017-06-24 17:32:43 +01:00 |
|
w0rp
|
026c4f304e
|
#681 Show extra kotlin errors at line 1
|
2017-06-24 12:35:01 +01:00 |
|
w0rp
|
1ea61162a0
|
Fix #687 - Check files on enter if they have changed
|
2017-06-24 12:24:31 +01:00 |
|
w0rp
|
fbf8ccb882
|
Fix #677 - Ignore errors from other files for cppcheck
|
2017-06-22 14:08:58 +01:00 |
|
w0rp
|
47401a6eda
|
Fix the Perl tests in Docker
|
2017-06-22 13:51:18 +01:00 |
|
w0rp
|
ce2bfa88eb
|
Fix #676 - Fix handling of Perl errors
|
2017-06-22 12:37:08 +01:00 |
|
w0rp
|
40f6ee4c39
|
Set the --no-color flag for Vint if we fail to parse the version number for some reason
|
2017-06-22 12:24:25 +01:00 |
|
w0rp
|
93539e10de
|
Document the new phpcs options
|
2017-06-21 22:38:56 +01:00 |
|
w0rp
|
dab6f39eb0
|
Fix some escaping and make some tests set filenames consistently
|
2017-06-21 22:33:34 +01:00 |
|
w0rp
|
d2806fad60
|
Fix the standard and xo handlers so they call the eslint function
|
2017-06-21 11:15:05 +01:00 |
|
w0rp
|
50d952b07d
|
Print messages about imports used when modules are turned off
|
2017-06-20 17:38:21 +01:00 |
|
w0rp
|
a105aa90a5
|
Fix #668 - Support eslint for TypeScript
|
2017-06-20 10:50:38 +01:00 |
|
w0rp
|
b96f5845ed
|
Fix #667 - Do not add extra blank lines for add_blank_lines_for_python_control_statements
|
2017-06-20 09:39:58 +01:00 |
|
w0rp
|
66b9d025bb
|
#662 Fix kotlinc configuration name escaping
|
2017-06-19 11:39:42 +01:00 |
|
w0rp
|
af1ab0b5a9
|
Add a non Code of Conduct
|
2017-06-18 18:24:44 +01:00 |
|
w0rp
|
8ab103504f
|
Fix #658 - Clear highlights for all problem types
|
2017-06-18 18:20:05 +01:00 |
|
w0rp
|
7e79018b8c
|
Fix #661 - Fix line highlights for style errors and warnings
|
2017-06-18 11:34:06 +01:00 |
|
w0rp
|
629ff513ec
|
#659 - Add options for Python fixers, and cut down on duplicated documentation
|
2017-06-18 11:03:31 +01:00 |
|
w0rp
|
f814be45b1
|
Fix #536 - Implement linter problem type re-mapping
|
2017-06-14 17:59:13 +01:00 |
|
w0rp
|
c2258e3684
|
Fix an ansible-lint test
|
2017-06-14 17:14:04 +01:00 |
|
w0rp
|
e455d8219e
|
Fix #649 - Support tsserver linting for NeoVim
|
2017-06-14 17:08:39 +01:00 |
|
w0rp
|
25e4d1a353
|
#649 Output the tsserver command in ALEInfo
|
2017-06-14 16:53:21 +01:00 |
|
w0rp
|
07af1799b1
|
#430 Use the style sub_type for flake8 problems
|
2017-06-14 16:40:03 +01:00 |
|
w0rp
|
f6b0a28cba
|
Split up the flake8 and ansible-lint handlers
|
2017-06-14 16:20:30 +01:00 |
|
w0rp
|
3442e58c8b
|
Simplify the code for escaping strings for Windows
|
2017-06-14 11:05:49 +01:00 |
|
w0rp
|
f472e04b09
|
#538 - Set some end column indexes for flake8
|
2017-06-14 10:51:31 +01:00 |
|
w0rp
|
6f858590c2
|
Fix FusionScript documentation text alignment
|
2017-06-14 09:37:24 +01:00 |
|
w0rp
|
ba83c476cd
|
Document the tsserver linter
|
2017-06-13 17:59:09 +01:00 |
|
w0rp
|
ebbfb64221
|
Merge branch 'tsserver'
|
2017-06-13 17:54:07 +01:00 |
|
w0rp
|
aef58f598c
|
Handle LSP responses for different files more consistently
|
2017-06-13 17:53:47 +01:00 |
|
w0rp
|
86c17e1834
|
Include package.json in eslint configuration files
|
2017-06-13 09:35:52 +01:00 |
|
w0rp
|
5146332206
|
Add tsserver support
|
2017-06-09 09:47:19 +01:00 |
|
w0rp
|
62862c3347
|
Experimental code for showing results as soon as each linter completes
|
2017-06-08 17:30:21 +01:00 |
|
w0rp
|
04190cbcfe
|
#517 Support linter settings needed for LSP, undocumented for now
|
2017-06-08 13:52:29 +01:00 |
|
w0rp
|
d8d96fb0eb
|
Fix #634 - Document eslint --fix behaviour with nested configuration files
|
2017-06-08 09:37:51 +01:00 |
|
w0rp
|
e93dba351c
|
Fix #635 - Cancel previous jobs for fixing files when fixing files again
|
2017-06-08 09:24:15 +01:00 |
|
w0rp
|
817b6bbd2d
|
Put ve-py3 before ve, so Python 3 executables will be preferred
|
2017-06-07 21:45:59 +01:00 |
|
w0rp
|
f61c6d4c0e
|
Add support for generating essential tsserver messages
|
2017-06-07 17:05:34 +01:00 |
|
w0rp
|
25e1aa43b8
|
Fix #631 - Fix some bad function names
|
2017-06-07 16:02:05 +01:00 |
|
w0rp
|
9ee7a6d57c
|
Fix #630 - Initialize Prettier options
|
2017-06-07 15:33:41 +01:00 |
|
w0rp
|
7517fd8226
|
Move all functions for fixing things to autoload/ale/fixers, and only accept the lines of input where needed.
|
2017-06-07 14:02:29 +01:00 |
|
w0rp
|
edddb1910b
|
Fix the stylelint tests to match the changes to the handler
|
2017-06-07 09:29:53 +01:00 |
|
w0rp
|
11e38efa83
|
Fix a bug which breaks the tests
|
2017-06-07 09:26:54 +01:00 |
|
w0rp
|
f30652a98f
|
Allow ALEFix functions to be defined with only the buffer argument
|
2017-06-06 23:13:53 +01:00 |
|
w0rp
|
e4d886d4a7
|
Add a function for computing the number of arguments for a function
|
2017-06-06 22:27:20 +01:00 |
|
w0rp
|
eeea72e167
|
Fix #625 Ignore Perl errors from other files
|
2017-06-06 20:40:07 +01:00 |
|
w0rp
|
7db805b0cd
|
#482 - Fix Flow handling with relative paths
|
2017-06-06 20:08:19 +01:00 |
|
w0rp
|
ef86a8a389
|
Make the test for the history more reliable
|
2017-06-06 19:54:10 +01:00 |
|
w0rp
|
9dadde190e
|
Fix #461 - Allow multiple loclist windows to be opened, and replace some split windows
|
2017-06-06 17:31:13 +01:00 |
|
w0rp
|
e88eb6c415
|
Use BufWinEnter for g:ale_lint_on_enter instead
|
2017-06-06 17:01:17 +01:00 |
|
w0rp
|
3c5156d4a4
|
Simplify job cleanup code
|
2017-06-06 16:44:01 +01:00 |
|
w0rp
|
a0e0408ecc
|
Complain about incorrect uses of expand('%...')
|
2017-06-06 10:22:52 +01:00 |
|
w0rp
|
d41f15bcbc
|
#620 Check the Nim files on disk instead
|
2017-06-06 09:55:19 +01:00 |
|
w0rp
|
fcc17dffbe
|
Fix a test
|
2017-06-06 09:54:17 +01:00 |
|
w0rp
|
02ac28dbe6
|
Fix #624 - Ask for the Vint version in the background
|
2017-06-06 09:47:22 +01:00 |
|
w0rp
|
1a62e95733
|
Do not check files on insert leave
|
2017-06-05 13:55:18 +01:00 |
|
w0rp
|
dcbab18a35
|
Stop errors being generated when jobs are removed from the Dictionary before callbacks fire
|
2017-06-05 13:30:40 +01:00 |
|
w0rp
|
fcb5718712
|
Document that prettier and prettier-eslint are supported
|
2017-06-03 12:31:27 +01:00 |
|
w0rp
|
7c68889bbc
|
#574 Do not restore items with no columns for highlights from hidden buffers
|
2017-06-02 19:02:54 +01:00 |
|
w0rp
|
fbd76fb63d
|
Document the <Plug>(ale_fix) mapping
|
2017-06-01 21:13:05 +01:00 |
|
w0rp
|
0d3d5657ff
|
#607 - Update the documentation for ale-fix to suggest an assignment which will work in vimrc
|
2017-06-01 21:08:43 +01:00 |
|
w0rp
|
d5ae9b50ea
|
Fix #499 Set an explicit height for the quickfix list, and make the height configurable
|
2017-06-01 10:39:21 +01:00 |
|
w0rp
|
735a6a2a88
|
Fix #537 - Add support for balloons
|
2017-05-31 22:04:33 +01:00 |
|
w0rp
|
5e4c302b5b
|
Fix #557 - Detect C project roots and include root directories with headers, or include directories
|
2017-05-31 20:01:47 +01:00 |
|
w0rp
|
42efd51723
|
Fix #596 - Report exceptions thrown by flake8
|
2017-05-31 15:20:12 +01:00 |
|
w0rp
|
ab50b3a88a
|
Fix #604 - Support highlights spanning many lines
|
2017-05-31 13:14:39 +01:00 |
|
w0rp
|
676a4049b3
|
#604 Add a function for creating positions needed for supporting highlights across many lines
|
2017-05-31 11:20:57 +01:00 |
|
w0rp
|
fd49f7df90
|
#604 Change match_id to match_id_list, for future highlights spanning more than 8 lines
|
2017-05-31 10:27:35 +01:00 |
|
w0rp
|
a90cf62995
|
Run the temporary file management test synchronously, so it will fail less
|
2017-05-31 10:01:46 +01:00 |
|
w0rp
|
b9f4b0373a
|
#591 Store buffer variables when fixing filess, and read them back in ale#Var
|
2017-05-30 22:15:24 +01:00 |
|
w0rp
|
6ec965c8e4
|
#591 Support fixing files on save
|
2017-05-30 21:32:51 +01:00 |
|
w0rp
|
7a89d0c97e
|
Refactor ALEFix code for work on events and tests to come
|
2017-05-30 11:06:02 +01:00 |
|
w0rp
|
945ed7d4e7
|
Add untested code for searching for C and C++ headers in basic projects
|
2017-05-28 11:05:14 +01:00 |
|
w0rp
|
dc775f236c
|
Revert "Fix #501 - Do not run javac when it is just a stub asking you to install Java on Mac OSX"
This reverts commit 528355e2c6.
|
2017-05-28 00:52:04 +01:00 |
|
w0rp
|
c17346d402
|
Fix ALEInfo and some test issues
|
2017-05-27 23:51:27 +01:00 |
|
w0rp
|
aca5a00fb7
|
Fix #500 - Support defining aliases for linter names
|
2017-05-27 21:27:42 +01:00 |
|
w0rp
|
8e997ac231
|
Fix #584 - Fix Neovim line handling issues
|
2017-05-27 19:23:13 +01:00 |
|
w0rp
|
5825a65627
|
Merge branch 'add-fixer/prettier'
|
2017-05-27 18:31:58 +01:00 |
|
w0rp
|
62dae1cc6b
|
Support both prettier and prettier-eslint
|
2017-05-27 18:31:52 +01:00 |
|
w0rp
|
c4f22186bd
|
Refactor running of local Node programs with a helper function
|
2017-05-27 17:11:03 +01:00 |
|
w0rp
|
00d3141962
|
Fix #577 Add an option preventing linting of large files
|
2017-05-26 21:21:15 +01:00 |
|