summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2017-05-31Fix #537 - Add support for balloonsw0rp
2017-05-31Fix #557 - Detect C project roots and include root directories with headers, ↵w0rp
or include directories
2017-05-31Include span label in rust lints (#601)Jon Gjengset
* Include span label in rust lints This turns relatively unhelpful error messages like mismatched types into more expressive messages along the lines of mismatched types: expected bool, found integral variable Fixes #597. * Exclude rust lint span label if empty * Use single-quoted strings in vimscript * Add test for detailed rust errors * Prune Cargo JSON * Use matching error file name * Byte offsets not char offsets
2017-05-31Fix #596 - Report exceptions thrown by flake8w0rp
2017-05-31Include location list end column for rust lint (#602)Jon Gjengset
* Include location list end column for rust lint Fixes #599. * Include rust lint end_lnum for good measure * Reverse engineer end_* for rust lint tests
2017-05-31Fix #604 - Support highlights spanning many linesw0rp
2017-05-31#604 Add a function for creating positions needed for supporting highlights ↵w0rp
across many lines
2017-05-31#604 Change match_id to match_id_list, for future highlights spanning more ↵w0rp
than 8 lines
2017-05-31make prettier options enabledShunsuke Watanabe
2017-05-30#591 Store buffer variables when fixing filess, and read them back in ale#Varw0rp
2017-05-30#591 Support fixing files on savew0rp
2017-05-30go: Remove `staticcheck` and `go build` defaultsDaniele Sluijters
Fixes #594
2017-05-30Refactor ALEFix code for work on events and tests to comew0rp
2017-05-28Add untested code for searching for C and C++ headers in basic projectsw0rp
2017-05-27Fix ALEInfo and some test issuesw0rp
2017-05-27Fix #500 - Support defining aliases for linter namesw0rp
2017-05-27Fix #584 - Fix Neovim line handling issuesw0rp
2017-05-27Support both prettier and prettier-eslintw0rp
2017-05-27feat(fixer): add Prettier fixer (using Prettier-ESLint CLI) + docstunnckoCore
2017-05-27Refactor running of local Node programs with a helper functionw0rp
2017-05-27Fix file name checking in rust handler (#581)Agata Naomichi
* Fix file name checking in rust handler * Add a test for rust hanler * Remove unused variable
2017-05-26Fix #577 Add an option preventing linting of large filesw0rp
2017-05-26Fix #371 Allow ALE to be disabled in different buffersw0rp
2017-05-26#371 Allow buffer variables to be set based on patternsw0rp
2017-05-26Fix #549 - escape strings more appropriately for use with cmd /cw0rp
2017-05-25Automatically use eslint_d for eslint, when availablew0rp
2017-05-25Simplify the sandbox check, to save on execution timew0rp
2017-05-24#323 Document ale#statusline#Count() instead, and encourage its usew0rp
2017-05-23#572 Handle cleared SignColumn highlights toow0rp
2017-05-22Add a fixer for Python for automatically adding blank lines before control ↵w0rp
statements
2017-05-22Fix initialization of the use_global variable for eslintw0rp
2017-05-22Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrorsw0rp
2017-05-21#309 Add an option for changing the sign column color when problems are detectedw0rp
2017-05-21#318 Do not capitalize the first character for cursor messagesw0rp
2017-05-21#149 - Set different highlights for info, style error, and style warning ↵w0rp
problems
2017-05-21Fix counting of warnings and style warningsw0rp
2017-05-21Make the job handling code handle the scripts being reloaded betterw0rp
2017-05-21#149 - Support info and style problem types for status linesw0rp
2017-05-20Detect more eslint configuration files for fixing errorsw0rp
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-05-20Suggest functions for fixing issues for ALEFixw0rp
2017-05-20Allow b:ale_fixers to be usedw0rp
2017-05-20Fix Funcref fixers for NeoVimw0rp
2017-05-20Allow funcref values and lambdas for ALEFixw0rp
2017-05-20Add some more tools for fixing problems with Python filesw0rp
2017-05-20Run a lint cycle after fixing problemsw0rp
2017-05-20Don't modify files when fixing doesn't change anything.w0rp
2017-05-20Fix an off-by-one bug in ALEFixw0rp
2017-05-20Remove the code for checking if functions exist. It breaks autoload functionsw0rp
2017-05-20Allow function aliases to be registered for fixing problems, and add some ↵w0rp
more argument checking for fixing problems