Skip to content

Commit

Permalink
Remove generate-tests setting from flowconfigs in xplat
Browse files Browse the repository at this point in the history
Summary:
The old generate-tests mode for checking generics is now defaulted to `false`, and the code path that the setting supports is getting deleted, so .flowconfigs no longer should specify that `generate-tests=false`

Changelog: [Internal]

Reviewed By: panagosg7

Differential Revision: D25958102

fbshipit-source-id: a15926f04bd8cd4337f489cddbb8e385821243bc
  • Loading branch information
mvitousek authored and facebook-github-bot committed Jan 19, 2021
1 parent d9c84f0 commit b20698d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ suppress_type=$FlowFixMeState
suppress_type=$FlowFixMeEmpty

experimental.abstract_locations=true
generate_tests=false

[lints]
sketchy-null-number=warn
Expand Down
1 change: 0 additions & 1 deletion .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ suppress_type=$FlowFixMeState
suppress_type=$FlowFixMeEmpty

experimental.abstract_locations=true
generate_tests=false

[lints]
sketchy-null-number=warn
Expand Down
1 change: 0 additions & 1 deletion template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ esproposal.optional_chaining=enable
esproposal.nullish_coalescing=enable

exact_by_default=true
generate_tests=false

module.file_ext=.js
module.file_ext=.json
Expand Down

0 comments on commit b20698d

Please sign in to comment.