sourcecred/.flowconfig-ci
William Chargin 222f4a0738
deps: upgrade flow-bin@^0.127.0 (#1881)
Summary:
One weird hack needs to be slightly amended; everything else still works
given recent changes to suppression comments.

Test Plan:
Running `yarn flow` passes as is, but fails if a suppression comment is
removed.

wchargin-branch: flow-v0.127.0
2020-06-21 21:39:32 -07:00

16 lines
169 B
Plaintext

# If modifying this file, please modify .flowconfig too!
[ignore]
[include]
[libs]
flow-typed
[lints]
[options]
include_warnings=true
server.max_workers=1
[strict]