Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-31 | Pyflakes is supported | Matt Black | |
2019-03-29 | PSScriptAnalyzer (#2370) | Jesse Harris | |
* Added psscriptanalyzer * Added exclusions and documentation * Added PSScriptAnalyzer handler test | |||
2019-03-29 | #2397 - disable elixir-ls by default, which can be CPU hungry | w0rp | |
2019-03-21 | Add support for elm-lsp | Antew | |
2019-03-09 | Update documentation for languagetool | w0rp | |
2019-02-12 | pylama: Use %s instead of %t | Kevin Locke | |
Although using %t to lint changes was desirable, many pylama checks use surrounding paths and file contents (e.g. C0103 module name, E0402 relative import beyond top, etc.) The more such errors I find during testing, the less %t seems like a good idea. Switch to %s. Also set `lint_file` to 1 and mark Pylama as a file linter in the docs. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-11 | Fixers are not disabled by default | w0rp | |
2019-02-11 | Rewrite the supported tools lists in new files | w0rp | |