w0rp
|
505b591b22
|
Merge pull request #585 from gavocanov/master
kotlin linter support for maven/pom.xml
|
2017-05-28 10:37:36 +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 |
|
tunnckoCore
|
8e8113ff6f
|
feat(fixer): add Prettier fixer (using Prettier-ESLint CLI) + docs
|
2017-05-27 18:03:14 +01:00 |
|
w0rp
|
c4f22186bd
|
Refactor running of local Node programs with a helper function
|
2017-05-27 17:11:03 +01:00 |
|
Paolo Gavocanov
|
f71c60ede3
|
kotlin linter support for maven/pom.xml
|
2017-05-27 16:23:16 +02:00 |
|
Agata Naomichi
|
b934dc52b6
|
Fix file name checking in rust handler (#581)
* Fix file name checking in rust handler
* Add a test for rust hanler
* Remove unused variable
|
2017-05-27 00:35:57 +01:00 |
|
w0rp
|
00d3141962
|
Fix #577 Add an option preventing linting of large files
|
2017-05-26 21:21:15 +01:00 |
|
w0rp
|
28a62aab28
|
Fix #316 - Add tests to check the code used for autocmd events. The functions are already tested elsewhere
|
2017-05-26 17:36:21 +01:00 |
|
w0rp
|
9460e58c3b
|
Fix #371 Allow ALE to be disabled in different buffers
|
2017-05-26 16:20:17 +01:00 |
|
w0rp
|
c77cf0e518
|
#371 Allow buffer variables to be set based on patterns
|
2017-05-26 15:59:43 +01:00 |
|
w0rp
|
7fe1119cf1
|
#576 Run the eslint.js file created by React with node on Windows
|
2017-05-26 10:02:48 +01:00 |
|
w0rp
|
c89587785b
|
Fix #549 - escape strings more appropriately for use with cmd /c
|
2017-05-26 00:06:16 +01:00 |
|
w0rp
|
fb07971290
|
Remove a test file which is no longer used
|
2017-05-25 23:05:03 +01:00 |
|
w0rp
|
3840cebbc4
|
Automatically use eslint_d for eslint, when available
|
2017-05-25 22:34:59 +01:00 |
|
w0rp
|
c31cd12bdd
|
Simplify the sandbox check, to save on execution time
|
2017-05-25 17:23:21 +01:00 |
|
w0rp
|
6f76a840f0
|
Merge pull request #579 from alphastorm/master
Fix minor typo in the g:ale_lint_on_insert_leave docs
|
2017-05-25 13:40:56 +01:00 |
|
w0rp
|
6b1f0c5d1f
|
Merge pull request #578 from nOkuda/master
Translate pylint output column to 1-based index
|
2017-05-25 13:36:44 +01:00 |
|
w0rp
|
aabddea6dd
|
Fix the Count example in the README
|
2017-05-25 13:33:29 +01:00 |
|
w0rp
|
5ee2ada8e9
|
Mention the Count argument in the documentation
|
2017-05-25 13:32:46 +01:00 |
|
Sunil Srivatsa
|
da8fd647bf
|
Fix minor typo in the g:ale_lint_on_insert_leave docs
|
2017-05-25 01:47:59 -07:00 |
|
Nozomu Okuda
|
43098171ac
|
Translate pylint output column to 1-based index
This should fix #575; also added vader tests to ensure that translation
is working properly.
|
2017-05-24 21:40:06 -06:00 |
|
w0rp
|
ed8f79987d
|
#323 Document how to output ALE statuses
|
2017-05-24 10:38:20 +01:00 |
|
w0rp
|
92ade713f2
|
#323 Document ale#statusline#Count() instead, and encourage its use
|
2017-05-24 10:23:13 +01:00 |
|
w0rp
|
58880f33be
|
#572 Handle cleared SignColumn highlights too
|
2017-05-23 17:25:13 +01:00 |
|
w0rp
|
1e72a7a130
|
Add a fixer for Python for automatically adding blank lines before control statements
|
2017-05-22 12:59:40 +01:00 |
|
w0rp
|
4526018344
|
Remove the test for highlight linking, because it just cannot be tested
|
2017-05-22 10:01:41 +01:00 |
|
w0rp
|
2e442a2cab
|
Fix initialization of the use_global variable for eslint
|
2017-05-22 09:38:33 +01:00 |
|
w0rp
|
71bf2bfb94
|
Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrors
|
2017-05-22 09:34:25 +01:00 |
|
w0rp
|
c8ce15d9f1
|
Fix a minor typo
|
2017-05-21 22:46:22 +01:00 |
|
w0rp
|
b67c103d06
|
#309 Add an option for changing the sign column color when problems are detected
|
2017-05-21 22:42:27 +01:00 |
|
w0rp
|
3a289dab6b
|
#318 Do not capitalize the first character for cursor messages
|
2017-05-21 19:51:34 +01:00 |
|
w0rp
|
23ee0d0992
|
#149 - Set different highlights for info, style error, and style warning problems
|
2017-05-21 19:22:48 +01:00 |
|
w0rp
|
57ad32f986
|
Fix counting of warnings and style warnings
|
2017-05-21 18:58:26 +01:00 |
|
w0rp
|
d511b02ebe
|
Make the job handling code handle the scripts being reloaded better
|
2017-05-21 16:16:06 +01:00 |
|
w0rp
|
ab44d05508
|
#149 - Support info and style problem types for status lines
|
2017-05-21 15:37:45 +01:00 |
|
w0rp
|
3532257a1a
|
Detect more eslint configuration files for fixing errors
|
2017-05-20 23:41:54 +01:00 |
|
w0rp
|
f92bbab8cf
|
#149 - Support Info, style error, and style warning types for problems for signs
|
2017-05-20 23:32:41 +01:00 |
|
w0rp
|
bf8bf06681
|
Merge branch 'error-fixing'
|
2017-05-20 19:02:56 +01:00 |
|
w0rp
|
74d879952c
|
Document ALEFix
|
2017-05-20 19:02:36 +01:00 |
|
w0rp
|
3530180a73
|
Suggest functions for fixing issues for ALEFix
|
2017-05-20 19:02:36 +01:00 |
|
w0rp
|
59d9f5d458
|
Allow b:ale_fixers to be used
|
2017-05-20 19:02:36 +01:00 |
|
w0rp
|
ad52b9630d
|
Fix Funcref fixers for NeoVim
|
2017-05-20 19:02:36 +01:00 |
|
w0rp
|
ed097cfcbd
|
Allow funcref values and lambdas for ALEFix
|
2017-05-20 19:02:36 +01:00 |
|
w0rp
|
e80389f8d4
|
Add some more tools for fixing problems with Python files
|
2017-05-20 19:02:36 +01:00 |
|
w0rp
|
74691269ce
|
Run a lint cycle after fixing problems
|
2017-05-20 19:02:36 +01:00 |
|