summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-28Allow warnings about trailing blank lines to be hidden for flake8 and ↵w0rp
pycodestyle
2017-11-28Fix #1168 - Make the ruby linter executable configurablew0rp
2017-11-27Merge pull request #1169 from benjie/masterw0rp
Add support for linting GraphQL with ESLint
2017-11-27Reference the JS ESLint optionsBenjie Gillam
2017-11-27Fix typoBenjie Gillam
2017-11-27Add support for linting GraphQL with ESLintBenjie Gillam
2017-11-26Fix go to definition tests on Windowsw0rp
2017-11-26Add go to definition to the READMEw0rp
2017-11-26Test go to definition tests on Windowsw0rp
2017-11-26Document go to definition support and put that and completion in an LSP sectionw0rp
2017-11-26Implement go to defintion for LSP lintersw0rp
2017-11-26Compress one linew0rp
2017-11-26Fix #1166 - Add an option for the rls toolchainw0rp
2017-11-26Fix #918 - Save prettier details for Haskell lintersw0rp
2017-11-26#1162 Get LSP completions working reasonably wellw0rp
2017-11-26#1162 Add unfinished experimental code for supporting LSP completion, clean ↵w0rp
up the tests, and make the completion cancelling better
2017-11-25Merge pull request #1165 from Carpetsmoker/blackholew0rp
Delete to black hole register in fixer
2017-11-25Delete to black hole register in fixerMartin Tournoij
Otherwise it'll be in "" and "0, which is an unexpected side-effect IMHO.
2017-11-22Fix the JSON fixer post-processor test harder on Windowsw0rp
2017-11-22Fix #988 - Support --fix-dry-run for ESLint by processing the JSON outputw0rp
2017-11-22Fix a fixer test on Windowsw0rp
2017-11-22Fix lambda and funcref chain valuesw0rp
2017-11-22Add support for post-processing fixer outputw0rp
2017-11-22Fix a typow0rp
2017-11-22Fix the eslint_d fixer tests for Windowsw0rp
2017-11-22#988 Take --fix-dry-run away again, because it is dumbw0rp
2017-11-22Fix #988 - Support --fix-dry-run for ESLint where available, and ↵w0rp
--fix-to-stdout for eslint_d
2017-11-22Fix a bug with resetting pattern options when ALE is enabled againw0rp
2017-11-22Support fixer aliases, and make prettier-eslint and prettier-standard just workw0rp
2017-11-22Reorganise the ALEFix testsw0rp
2017-11-22#1095 Use --stdin-filepath where available for prettier-eslintw0rp
2017-11-22Fix a fixer test on Windowsw0rp
2017-11-22#1095 - Use --stdin-filepath for prettier, where availablew0rp
2017-11-22Disable piping buffer data into commands for fixing files where neededw0rp
2017-11-22Fix the empty echo fixer test on Windowsw0rp
2017-11-22Make fixing ignore empty output betterw0rp
2017-11-22Fix the Windows tests for pylsw0rp
2017-11-21Escape the pyls executable in the command, and support running virtualenv ↵w0rp
pyls executables
2017-11-21Remove a Unicode character Vint complains aboutw0rp
2017-11-21Use some default regex for completion support in other filetypesw0rp
2017-11-21Fix #783 - Do not run Flow with home directory configuration files by defaultw0rp
2017-11-21#1151 - Overhaul the foodcritic linter for checking files on diskw0rp
2017-11-21Merge pull request #1158 from rhysd/redpen-error-codew0rp
redpen: Use 'code' key to show validator
2017-11-21redpen: use 'code' key to show validatorrhysd
instead of embedding it into text
2017-11-21Quietly add go to definition support for tsserverw0rp
2017-11-20Merge pull request #1154 from deltaskelta/add-filename-key-for-gobuildw0rp
Added filename key for `go build` linter
2017-11-20Fix #859 Include test and jaxb Java source paths when availablew0rp
2017-11-20Added filename key for `go build` linterJeff Willette
- Re: f224ce8a377bbb3a0deb78b98fdc6c43555791e2 - The issues that prompted the above commit which reverted changes made to `go build` and `gometalinter` seemed to suggest that the main issue was with gometalinter and that changes should be put into different commits so they are independent of each other - This commit reinstates the changes to the `go build` linter which seem to be uncontested and it also seems absolutely necessary to show errors from all files in the package which may have caused a build failure.
2017-11-20Add `drafter` for checking API Blueprint files (#1152)Shogo NAMEKI
2017-11-20Revert "Show problems from other files for gobuild and gometalinter"w0rp
This reverts commit e721f851b41b8f6f31067ae2a137019e1cb5546c.