Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-13 | Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the ↵ | w0rp | |
option is set | |||
2017-12-10 | Fix #1210 - Do not report this file as a temporary file in the quickfix list ↵ | w0rp | |
for TSLint | |||
2017-12-07 | Merge pull request #1192 from fvictorio/add-solhint-support | w0rp | |
Add solhint support | |||
2017-12-07 | Fix #1202 - Do not use --all-targets by default, because it doesn't work ↵ | w0rp | |
some of the time. | |||
2017-12-05 | Extract error code from message | Franco Victorio | |
2017-12-04 | Added option for `gometalinter` to lint package (#1156) | Jeff Willette | |
* Added option for `gometalinter` to lint package * added tests for the `gometalinter` command * changed gometalinter commands to use BufferCdString | |||
2017-12-04 | Add solhint support | Franco Victorio | |
2017-12-02 | Escape the perl executable, and cover the callbacks with tests | w0rp | |
2017-12-02 | Revert "Fix #1186 - Use -w by default for Perl, which does not execute code" | w0rp | |
This reverts commit f5fc746d00a8b8e0aaac1904ce97ad7eb52e1b24. | |||
2017-12-02 | Puppet: 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-02 | Fix #1186 - Use -w by default for Perl, which does not execute code | w0rp | |
2017-12-01 | Add glslls (#1179) | Sven-Hendrik Haase | |
* Add glslls-based LSP linter * Make logfile configureable | |||
2017-12-01 | Add prospector for checking Python code (#1183) | Carlos Coêlho | |
2017-11-28 | Allow warnings about trailing whitespace to be disabled for pycodestyle, and ↵ | w0rp | |
cover the flake8 code with tests | |||
2017-11-28 | Allow warnings about trailing blank lines to be hidden for flake8 and ↵ | w0rp | |
pycodestyle | |||
2017-11-28 | Fix #1168 - Make the ruby linter executable configurable | w0rp | |
2017-11-27 | Add support for linting GraphQL with ESLint | Benjie Gillam | |
2017-11-26 | Fix #1166 - Add an option for the rls toolchain | w0rp | |
2017-11-21 | Escape the pyls executable in the command, and support running virtualenv ↵ | w0rp | |
pyls executables | |||
2017-11-21 | Remove a Unicode character Vint complains about | w0rp | |
2017-11-21 | Fix #783 - Do not run Flow with home directory configuration files by default | w0rp | |
2017-11-21 | #1151 - Overhaul the foodcritic linter for checking files on disk | w0rp | |
2017-11-20 | Merge pull request #1154 from deltaskelta/add-filename-key-for-gobuild | w0rp | |
Added filename key for `go build` linter | |||
2017-11-20 | Fix #859 Include test and jaxb Java source paths when available | w0rp | |
2017-11-20 | Added filename key for `go build` linter | Jeff 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-20 | Add `drafter` for checking API Blueprint files (#1152) | Shogo NAMEKI | |
2017-11-20 | Revert "Show problems from other files for gobuild and gometalinter" | w0rp | |
This reverts commit e721f851b41b8f6f31067ae2a137019e1cb5546c. | |||
2017-11-19 | Make options configurable for iverilog (#1143) | RedBug312 | |
2017-11-19 | #852 - Capture error codes for tflint | w0rp | |
2017-11-19 | #852 - Capture error codes for swiftlint | w0rp | |
2017-11-19 | #852 - Capture error codes for swaglint | w0rp | |
2017-11-19 | #852 - Capture error codes for slim-lint | w0rp | |
2017-11-19 | #852 - Capture error codes for reek | w0rp | |
2017-11-19 | #852 - Capture error codes for nimcheck | w0rp | |
2017-11-19 | #852 - Capture error codes for mcs and mcsc | w0rp | |
2017-11-19 | #852 - Capture error codes for luacheck | w0rp | |
2017-11-18 | #852 - Capture error codes for jscs | w0rp | |
2017-11-18 | #852 - Capture error codes for checkstyle | w0rp | |
2017-11-17 | Fix #516 - Add support for pyflakes for Python | w0rp | |
2017-11-17 | Merge pull request #1142 from rhysd/redpen-ext | w0rp | |
* redpen support for asciidoc, reST, LaTeX and Re:VIEW * redpen: fix start column * add redpen as text linter | |||
2017-11-17 | add ale_asm_gcc_executable option (#1138) | Thomas van der Burgt | |
* add ale_asm_gcc_executable option * add Vader tests for asm gcc linter command callbacks | |||
2017-11-17 | add redpen as text linter | rhysd | |
2017-11-17 | redpen support for asciidoc, reST, LaTeX and Re:VIEW | rhysd | |
2017-11-16 | erb, erubis: Redirect file into first command. | Eddie Lebow | |
The previous version relied on a zsh-specific behavior where `<filename` after a pipe could redirect to the first command. This is the standard way to do it. | |||
2017-11-16 | Merge pull request #1133 from nicwest/linter-clj-joker | w0rp | |
add joker handler for clojure | |||
2017-11-16 | Merge pull request #1137 from rhysd/redpen | w0rp | |
Add Redpen support | |||
2017-11-16 | redpen: support end_lnum and end_col if possible | rhysd | |
2017-11-16 | Merge pull request #1114 from elebow/eruby-strip-rails-flavoring | w0rp | |
Strip Rails flavoring from eRuby when in a Rails project. Fixes #580. | |||
2017-11-16 | add redpen support | rhysd | |
2017-11-16 | #852 Capture error codes for checkmake | aurieh | |