Skip to content

Commit

Permalink
Remove use of inexact-spread Flow lint
Browse files Browse the repository at this point in the history
Summary:
After changes to the semantics of spread, this lint is no longer relevant and will be removed in an upcoming version of Flow.

Changelog: [Internal]

Reviewed By: jbrown215

Differential Revision: D19241147

fbshipit-source-id: 2cad93725055601f2ceaa2379ed3643f136ff69b
  • Loading branch information
gkz authored and facebook-github-bot committed Jan 2, 2020
1 parent 4e71a30 commit 87370c4
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 @@ -70,7 +70,6 @@ untyped-type-import=warn
nonstrict-import=warn
deprecated-type=warn
unsafe-getters-setters=warn
inexact-spread=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error
Expand Down
1 change: 0 additions & 1 deletion .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ untyped-type-import=warn
nonstrict-import=warn
deprecated-type=warn
unsafe-getters-setters=warn
inexact-spread=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error
Expand Down
1 change: 0 additions & 1 deletion template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ untyped-type-import=warn
nonstrict-import=warn
deprecated-type=warn
unsafe-getters-setters=warn
inexact-spread=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error
Expand Down

0 comments on commit 87370c4

Please sign in to comment.