Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Escape JavaScript executables in commands | w0rp | |
2017-04-17 | Move path functions to their own file | w0rp | |
2017-04-16 | Flow: Fix case where 1st msg points to different file (#477) | Rafał Cieślak | |
* Flow: Fix case where 1st msg points to different file * Remove `bufnr` from Flow handler output * Fix the failing test & add a new one | |||
2017-04-16 | #427 Implement buffer variable overrides for all linter options | w0rp | |
2017-02-26 | Copy all loclist items returned from handlers, and set up defaults for ↵ | w0rp | |
convenience | |||
2017-02-10 | Fix #246 Don't run flow if there's no .flowconfig | w0rp | |
2017-01-22 | Add a script for custom checks to enforce using the abort flag for functions ↵ | w0rp | |
and trailing whitespace, and fix existing issues. | |||
2016-11-21 | Flow linter improvements (#176) | Andrey Popp | |
* Fix flow linter to provide filename of the buffer Related #173 * Fix flow linter not to fail on empty response * Various improvement to message parsing | |||
2016-11-03 | flow linting should only happen on flow typed files. | delianides | |
2016-11-01 | Add FlowType support (#157) | Zach Perrault | |
* Add `javascript/flow` linter * Add documentation for flow * Remove a line from the docs that was from eslint * Only run if flow gives output; Correct link in doc * Address PR feedback #157 |