summaryrefslogtreecommitdiff
path: root/ale_linters/javascript/flow.vim
AgeCommit message (Collapse)Author
2017-02-26Copy all loclist items returned from handlers, and set up defaults for ↵w0rp
convenience
2017-02-10Fix #246 Don't run flow if there's no .flowconfigw0rp
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ↵w0rp
and trailing whitespace, and fix existing issues.
2016-11-21Flow 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-03flow linting should only happen on flow typed files.delianides
2016-11-01Add 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