summaryrefslogtreecommitdiff
path: root/ale_linters/javascript/flow.vim
AgeCommit message (Collapse)Author
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2019-08-13Remove +x bit from some files that don't need it.Eddie Lebow
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-01Fix #2263 - detailed Flow errors should show the original messagew0rp
2019-01-12#2132 Remove the need for the hidden add_newline option by tweaking the flow ↵w0rp
command
2018-09-04Improve ALE project style checkingw0rp
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed.
2018-04-15Close #1504 - Add an option for removing --respect-pragma for floww0rp
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-11-21Fix #783 - Do not run Flow with home directory configuration files by defaultw0rp
2017-11-11Handle flow extra errors (#946)Florian Beeres
Show more information for Flow errors with :ALEDetail
2017-11-09Simplfy semver handling and share the semver version cache across everythingw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-22Fix #794 - Filter out any preceding lines of Flow output which aren't JSONw0rp
2017-07-18Fix #776 - Do not add ; echo for Windows for Floww0rp
2017-07-07Fix #735 - Support old versions of Flow by only adding --respect-pragma for ↵w0rp
supported versions
2017-06-06#482 - Fix Flow handling with relative pathsw0rp
2017-05-27Refactor running of local Node programs with a helper functionw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-07Escape JavaScript executables in commandsw0rp
2017-04-17Move path functions to their own filew0rp
2017-04-16Flow: 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 optionsw0rp
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