Skip to content

Commit

Permalink
flow: Allow unused fixmes, for now.
Browse files Browse the repository at this point in the history
This lets us insert fixmes in a separate commit from the upgrade
that makes them necessary.
  • Loading branch information
gnprice committed Jul 25, 2019
1 parent 695ef87 commit c542823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ esproposal.optional_chaining=enable
esproposal.nullish_coalescing=enable

# The main warning is "Unused suppression comment".
include_warnings=true
# Temporarily disabled to smooth the RN upgrade.
# include_warnings=true

module.system=haste
module.system.haste.use_name_reducers=true
Expand Down

0 comments on commit c542823

Please sign in to comment.