Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-14 | Fix awk linter and security concerns. (#1411) | Anthony DeDominic | |
* Fixed (g)awk linter * Made it secure, albeit less useful. * Added gawk handler; the cpplint one was not working? * Added gawk handler test. * added warning to gawk handler. * added gawk command callback test * added comment about --source * added back optional commandline option | |||
2018-03-10 | Handle flawfinder severity level (#1400) | Christian-Gibbons | |
* Handle flawfinder severity level * Reverted code allowing Flawfinder to piggyback off of gcc's format handler * Gave Flawfinder its own format handler and made requested changes. | |||
2018-03-02 | [WIP] Begin to distinguish between Perl warnings and errors (#933) | Olaf Alders | |
* If a Perl script compiles, there are only warnings and no errors * Let the first Perl error or warning win. Take the following example: *** sub foo { my $thing; *** This might have the following messages when we compile it: Missing right curly or square bracket at warning.pl line 7, at end of line syntax error at warning.pl line 7, at EOF warning.pl had compilation errors. With the current behaviour, we just get a "syntax error" message, which isn't all that helpful. With this patch we get "Missing right curly or square bracket". * Fix variable scope and pattern matching syntax * Use named variable to enhance clarity when matching Perl output * Add more tests for Perl linter * Remove unnecessary parens * Simplify check for pattern match | |||
2018-03-02 | Try to fix it again | w0rp | |
2018-03-02 | Try to fix a test which is failing on Windows | w0rp | |
2018-02-25 | Fix #1358, fix #1369 - Lint the package on save for go vet instead | John Eikenberry | |
2018-02-18 | Merge pull request #1343 from kevinkjt2000/ponyc | w0rp | |
Add Support for Ponylang | |||
2018-02-18 | #476 Make F401 a warning and E112 a syntax error | w0rp | |
2018-02-10 | functional pony linter | Kevin Tindall | |
2018-01-28 | updated rust handler test case | Kent Sibilev | |
2018-01-19 | Merge pull request #1272 from Codezerker/master | w0rp | |
Add a luac linter for Lua | |||
2018-01-11 | Allow syntax errors for mypy to be ignored | w0rp | |
2018-01-08 | Add a luac linter for Lua | jiangzhi.xie | |
2017-12-26 | Add handler test | Niraj Thapaliya | |
2017-12-20 | Make the error codes configurable for gitlint | w0rp | |
2017-12-20 | Add support for linting git commit message files (#1233) | Nick Diego Yamane | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-12-19 | Fix #1240 - Parse line and column numbers for fatal embertemplatelint errors | w0rp | |
2017-12-19 | Fix mcsc paths and escaping for Windows | w0rp | |
2017-12-18 | Missing warning level 'suggestion' for vale | Johannes Wienke | |
Vale can also, optionally, raise suggestions. These weren't covered yet. | |||
2017-12-18 | Fix #1210 - Fix a Windows path issue which broke TSLint | w0rp | |
2017-12-18 | Get the TSLint tempname test running on Windows | w0rp | |
2017-12-18 | Merge pull request #1232 from languitar/vale-json | w0rp | |
Use JSON output with vale | |||
2017-12-17 | Fix typos in flake8 test messages | Nick Diego Yamane | |
Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> | |||
2017-12-17 | Use JSON output with vale | Johannes Wienke | |
Switches all vale instances to JSON output and provides an appropriate handler for that. Without JSON, no end_col is provided and text highlighting only catches the first character of every result. | |||
2017-12-17 | Merge pull request #1220 from languitar/linter-alex | w0rp | |
Add a linter for alex | |||
2017-12-13 | Fix PHP linter to support PHP 7.2 lint output | Stephen Rathbone | |
2017-12-13 | Add a vader test for the message handler | Johannes Wienke | |
2017-12-13 | Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the ↵ | w0rp | |
option is set | |||
2017-12-10 | Disable a test on Windows for now, because Windows is stupid | w0rp | |
2017-12-10 | Get the new test to pass on Windows | w0rp | |
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-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 test for solhint handler | Franco Victorio | |
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 | |