Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |