summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-12-02Puppet: allow for when parser doesn't supply column for errors (#1182)Dave Wongillies
* puppet: add test for puppet parser validate * puppet: handle where parser validate doesn't supply the column * puppet: add test for when parser validate doesn't supply column * Fix puppet regex to handle Windows paths
2017-12-02Fix #1186 - Use -w by default for Perl, which does not execute codew0rp
2017-12-02Merge pull request #1188 from ejsexton82/masterw0rp
Fixed Command String for phpcbf Fixer
2017-12-02Fixed command string for phpcbf fixerE.J. Sexton
2017-12-01Break up the rest of the test script code into smaller filesw0rp
2017-12-01Move the Bash code for running Vader tests to its own filew0rp
2017-12-01Add glslls (#1179)Sven-Hendrik Haase
* Add glslls-based LSP linter * Make logfile configureable
2017-12-01Make toggling work when pattern options are enabledw0rp
2017-12-01Add prospector for checking Python code (#1183)Carlos Coêlho
2017-12-01Delete unnecessary unletsSven-Hendrik Haase
I'm not even sure why these were here.
2017-11-30Fix #1176 - Add an option for caching failing executable checksw0rp
2017-11-29Fix #1178 - Don't use the output from eslint_d for fixing files when the ↵w0rp
output is an error message
2017-11-28Add brittany for Haskell formattingEvan Rutledge Borden
`brittany` is one of the options for Haskell source formatting. This adds the necessary fixer files and documentation to support `brittany` in `ALE`.
2017-11-28Allow warnings about trailing whitespace to be disabled for pycodestyle, and ↵w0rp
cover the flake8 code with tests
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-26Fix go to definition tests on Windowsw0rp
2017-11-26Test go to definition tests on Windowsw0rp
2017-11-26Implement go to defintion for LSP lintersw0rp
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-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-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-21Use some default regex for completion support in other filetypesw0rp
2017-11-21#1151 - Overhaul the foodcritic linter for checking files on diskw0rp
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