Skip to content

Commit

Permalink
Clean up redundant experimental flowconfig options
Browse files Browse the repository at this point in the history
Summary:
Both new_signatures and abstract_locations are now enabled by default, so we don't need the configuration. Both options are going to be removed soon as well.

Changelog: [Internal]

Reviewed By: gkz

Differential Revision: D27319298

fbshipit-source-id: 30e6dcd2d30a45f630388998957c8db39895a8f7
  • Loading branch information
samwgoldman authored and facebook-github-bot committed Mar 25, 2021
1 parent 3bbb0a4 commit 532f5f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState
suppress_type=$FlowFixMeEmpty

experimental.abstract_locations=true
experimental.new_signatures=true

[lints]
sketchy-null-number=warn
sketchy-null-mixed=warn
Expand Down
3 changes: 0 additions & 3 deletions .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState
suppress_type=$FlowFixMeEmpty

experimental.abstract_locations=true
experimental.new_signatures=true

[lints]
sketchy-null-number=warn
sketchy-null-mixed=warn
Expand Down

0 comments on commit 532f5f3

Please sign in to comment.