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. Like we did in c542823 and a68c15b.
  • Loading branch information
chrisbobbe committed Sep 11, 2020
1 parent 8262749 commit 9e7689f
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 @@ -101,7 +101,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

munge_underscores=true

Expand Down

0 comments on commit 9e7689f

Please sign in to comment.