Age | Commit message (Expand) | Author |
2018-04-27 | Close #1521 - Allow the language to be set with simple strings for LSP linters | w0rp |
2018-04-26 | flake8: Move to the buffer's directory before running flake8 command | Andreas Kloeckner |
2018-04-22 | Close #1162 - Implement completion support with LSP servers | w0rp |
2018-04-17 | Fix #1507 - Add an option for disabling switching directories for pylint | w0rp |
2018-04-10 | Fix #1492 - Make pylint error parsing work on Windows | w0rp |
2018-04-09 | Close #542 - Add an option for disabling running locally installed executable... | w0rp |
2018-04-09 | pylint: Move to the buffer's directory before running pylint command (Fix #1472) | rhysd |
2018-02-18 | #476 Make F401 a warning and E112 a syntax error | w0rp |
2018-01-11 | Allow syntax errors for mypy to be ignored | w0rp |
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 |
2017-11-28 | Allow warnings about trailing blank lines to be hidden for flake8 and pycodes... | w0rp |
2017-11-21 | Escape the pyls executable in the command, and support running virtualenv pyl... | w0rp |
2017-11-17 | Fix #516 - Add support for pyflakes for Python | w0rp |
2017-11-15 | #852 Capture error codes for pycodestyle, and consider every code except E999... | w0rp |
2017-11-15 | #852 Capture error codes for pylint, throw away the msgid values | w0rp |
2017-11-14 | #852 - Capture error codes for flake8 | w0rp |
2017-11-09 | Simplfy semver handling and share the semver version cache across everything | w0rp |
2017-11-08 | Add PyLS linter (#1097) | Auri |
2017-08-25 | Add pycodestyle Python linter support (#872) | Michael |
2017-08-20 | #653 Show errors from other files for mypy | w0rp |
2017-08-11 | Ban !=# and !=? from the codebase | w0rp |
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-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp |
2017-07-05 | #729 - Support running Python programs from virtualenv for Windows | w0rp |
2017-06-27 | Remove style classification from E999 (#696)v1.4.0 | Nick Krichevsky |
2017-06-27 | Fix #680 - Use --shadow-file to check for problems with mypy while you type | w0rp |
2017-06-25 | Change regex to better handle messages with multiple groups of parentheses. | John Sivak |
2017-06-25 | Feature/restore display of symbol (#693) | John Sivak |
2017-06-14 | #430 Use the style sub_type for flake8 problems | w0rp |
2017-06-14 | Split up the flake8 and ansible-lint handlers | w0rp |
2017-05-31 | Fix #596 - Report exceptions thrown by flake8 | w0rp |
2017-05-24 | Translate pylint output column to 1-based index | Nozomu Okuda |
2017-05-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp |
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-07 | Remove a comment we don't need any more | 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-04-29 | Fix #518 Fix handling of spaces in filenames for various linters | w0rp |
2017-04-24 | Break shared handlers up into their own files, and fix stylelint error handling | w0rp |
2017-04-18 | Add a function for getting matches, and use it to simplify a lot of code | w0rp |
2017-04-17 | Move path functions to their own file | w0rp |
2017-04-16 | #427 Implement buffer variable overrides for all linter options | w0rp |
2017-04-15 | Fix #257 in preparation for #427, standardise options with fallbacks, and mak... | w0rp |
2017-02-26 | Copy all loclist items returned from handlers, and set up defaults for conven... | w0rp |