Age | Commit message (Collapse) | Author |
|
|
|
* Added option for `gometalinter` to lint package
* added tests for the `gometalinter` command
* changed gometalinter commands to use BufferCdString
|
|
|
|
* 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
|
|
|
|
cover the flake8 code with tests
|
|
pycodestyle
|
|
|
|
|
|
instead of embedding it into text
|
|
- 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.
|
|
|
|
This reverts commit e721f851b41b8f6f31067ae2a137019e1cb5546c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add joker handler for clojure
|
|
Add Redpen support
|
|
|
|
|
|
Capture error codes for checkmake
|
|
|
|
|
|
|
|
Adds new linter for clojure using joker
https://github.com/candid82/joker
fixes #975
ref #544 #1040
|
|
E999 to be style errors or warnings
|
|
|
|
|
|
|
|
* Added filename keys to gobuild and gometalinter
* Removed skipping files not in current package
* Removed `--include` for gometalinter
* Fixed the tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|