Age | Commit message (Expand) | Author |
2017-08-10 | Move --format=default in the flake8 command to the return value, and remove e... | w0rp |
2017-08-09 | Default flake8 to --format=default | Matthew Grossman |
2017-08-03 | Merge pull request #821 from verbitan/nagelfar | w0rp |
2017-08-02 | Cover the Rust LSP with tests, allow LSP linters to be named anything, and re... | w0rp |
2017-08-02 | Add Tcl nagelfar linter | Nick James |
2017-08-02 | Use g: for the PHP Vader tests | w0rp |
2017-08-02 | Cover the PHP language server functions with Vader tests | w0rp |
2017-07-24 | Make executable and options configurable for hdevtools | Takano Akio |
2017-07-20 | #782 - Do not set the build directory for clang-tidy for header files, which ... | w0rp |
2017-07-20 | Fix #786 - Only set --no-local-style for yapf if a configuration file is dete... | w0rp |
2017-07-18 | Fix #308 - Check Dart files with dartanalyzer | w0rp |
2017-07-17 | Add yaml swaglint linter (#771) | Matthew Turland |
2017-07-17 | #703 Add arguments to avoid generating plist files if no build directory is d... | w0rp |
2017-07-17 | #711 - Make the cpplint executable configurable | w0rp |
2017-07-17 | #711 - Make the clangtidy executable configurable | w0rp |
2017-07-16 | #711 - Make the clangcheck executable configurable | w0rp |
2017-07-16 | #711 - Make the gcc executables configurable | w0rp |
2017-07-16 | #711 - Make the cppcheck executables configurable | w0rp |
2017-07-16 | #711 - Make the clang executables configurable | w0rp |
2017-07-13 | Add scalastyle linter (#766) | Kevin Kays |
2017-07-12 | Add rails_best_practices handler (resolves #655) (#751) | Eddie Lebow |
2017-07-12 | Fixup #756 | Sander van Harmelen |
2017-07-11 | #756 Escape the paths used for the --include parameter for gometalinter, whic... | w0rp |
2017-07-11 | Merge pull request #756 from svanharmelen/b-gometalinter | w0rp |
2017-07-11 | Look for ini file to spot python project root (#755) | Matteo Centenaro |
2017-07-11 | Make gometalinter work again | Sander van Harmelen |
2017-07-09 | Make every test set filenames and switch directories in the same way, and fix... | w0rp |
2017-07-09 | Use rubocop's JSON output format (resolves #339) (#738) | Eddie Lebow |
2017-07-08 | Use different reporter to support older versions of jscs (#737) | Jonathan Boudreau |
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor most... | w0rp |
2017-07-07 | Make the executable for gometalinter configurable | w0rp |
2017-07-06 | #732 - Use the configuration files when fixing files with rubocop | w0rp |
2017-06-29 | Make pug-lint detect node_modules executables, and add options for pug-lint l... | w0rp |
2017-06-28 | Add puppet-lint fixer (#701) | Alexander "Ace" Olofsson |
2017-06-27 | Fix #680 - Use --shadow-file to check for problems with mypy while you type | w0rp |
2017-06-25 | Add ruby fixer using `rubocop --auto-correct` (#689) | Lynn Dylan Hurley |
2017-06-21 | Fix some escaping and make some tests set filenames consistently | w0rp |
2017-06-14 | Add fusion-lint, documentation, and tests (#648) | Ryan |
2017-06-07 | Search python fixers in virtual environment (#632) | José Luis Lafuente |
2017-05-18 | Add xmllint linter (#559) | q12321q |
2017-05-17 | Escape executable | Devon Meunier |
2017-05-16 | Allow overriding rubocop executable. | Devon Meunier |
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp |
2017-05-07 | Support `python -m flake8` for users who are running flake8 that way | w0rp |
2017-05-07 | #335 Detect flake8 in vritualenv, and escape the executable path | w0rp |
2017-05-06 | Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use l... | w0rp |
2017-05-06 | Escape the pylint executable appropriately | w0rp |
2017-05-06 | Fix #208 - Use the file on disk for pylint, and follow import paths | w0rp |
2017-05-06 | #208 Automatically detect pylint in virtualenv directories | w0rp |
2017-05-05 | [RFC] Add Brakeman for Ruby on Rails (references #385) (#509) | Eddie Lebow |