summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
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
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 st...w0rp
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 prob...w0rp
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 mor...w0rp
2017-05-20Start experimenting with generic functions for fixing problemsw0rp
2017-05-20Send modified lines to jobs, not the file contentsw0rp
2017-05-20Allow strings to be used for selecting a single fix function for g:ale_fixers...w0rp
2017-05-20Add commands to run ALEFix, and some tests to cover functionality so far. Add...w0rp
2017-05-20Add experimental code for fixing errorsw0rp
2017-05-20#563 Use a configurable list of directories for detecting virtualenv paths in...w0rp
2017-05-20Revert "Fix #556 Remove duplicate error messages from clang++"w0rp
2017-05-20Revert "#562 Join split JSON lines together for new Rust output"w0rp
2017-05-20#567 Try and fix NeoVim split line handlingw0rp
2017-05-18Add a check to make tests fail lessw0rp
2017-05-17Refactor special command parsing into its own filew0rp
2017-05-17Fix #556 Remove duplicate error messages from clang++w0rp
2017-05-17#562 Join split JSON lines together for new Rust outputw0rp
2017-05-17Merge pull request #546 from dawikur/masterw0rp
2017-05-16#538 Fix an off-by-one bug with end columnsw0rp
2017-05-16Fix some problems with LSP functionsw0rp
2017-05-16#538 Suport highlight sizes by looking at end column numbersw0rp