Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-26 | Fix #918 - Save prettier details for Haskell linters | w0rp | |
2017-11-21 | #1151 - Overhaul the foodcritic linter for checking files on disk | w0rp | |
2017-11-21 | redpen: use 'code' key to show validator | rhysd | |
instead of embedding it into text | |||
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 | #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 stylelint | 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 csslint | 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 | redpen: fix start column | rhysd | |
2017-11-17 | redpen support for asciidoc, reST, LaTeX and Re:VIEW | rhysd | |
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: fix trailing comma in test data | rhysd | |
2017-11-16 | redpen: support end_lnum and end_col if possible | rhysd | |
2017-11-16 | Merge pull request #1135 from aurieh/master | w0rp | |
Capture error codes for checkmake | |||
2017-11-16 | add tests and doc for redpen support | rhysd | |
2017-11-16 | Fix #1132 - Parse react error codes again for ESLint | w0rp | |
2017-11-16 | Modify vader tests for d585123 | aurieh | |
2017-11-15 | add joker handler for clojure | Nic West | |
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040 | |||
2017-11-15 | #852 Capture error codes for pycodestyle, and consider every code except ↵ | w0rp | |
E999 to be style errors or warnings | |||
2017-11-15 | #852 Capture error codes for pylint, throw away the msgid values | w0rp | |
2017-11-15 | #852 Capture error codes for shellcheck | w0rp | |
2017-11-15 | Clean up tests to stop people copy and pasting the wrong examples | w0rp | |
2017-11-15 | Show problems from other files for gobuild and gometalinter | Jeff Willette | |
* Added filename keys to gobuild and gometalinter * Removed skipping files not in current package * Removed `--include` for gometalinter * Fixed the tests | |||
2017-11-15 | #852 - Capture error codes for cpplint | w0rp | |
2017-11-15 | #852 - Capture error codes for ansible-lint | w0rp | |
2017-11-14 | #852 - Capture error codes for Rubocop | Aliou Diallo | |
2017-11-14 | #852 - Capture error codes for flake8 | w0rp | |
2017-11-13 | #852 - Capture error codes for TSLint | w0rp | |
2017-11-13 | #852 Capture error codes for ESLint | w0rp | |
2017-11-13 | Fix #1124 - Handle stack-build errors with leading spaces | w0rp | |
2017-11-13 | Fix #1122 - Handle notes for shellcheck errors again, and use type 'I' for notes | w0rp | |
2017-11-12 | Show problems from other files for lessc | w0rp | |
2017-11-12 | perlcritic: all issues are warnings | Eddie Lebow | |
Perlcritic is a style checker, not a syntax validator. This change was originally proposed by @RsrchBoy in https://github.com/w0rp/ale/pull/784. |