Skip to content

Commit

Permalink
remove redundant deprecated-utility setting from flow configs
Browse files Browse the repository at this point in the history
Summary:
Changelog: [Internal]

This lint is now an error by default, so we no longer need to manually specify it as such in the flowconfig

Reviewed By: gkz

Differential Revision: D23145523

fbshipit-source-id: 6c104563793fbc67c8b15b7310e96d1750d21df3
  • Loading branch information
Daniel Sainati authored and facebook-github-bot committed Aug 17, 2020
1 parent abba44d commit fcffb96
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 @@ -68,7 +68,6 @@ deprecated-type=warn
unsafe-getters-setters=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error

[strict]
deprecated-type
Expand Down
1 change: 0 additions & 1 deletion .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ deprecated-type=warn
unsafe-getters-setters=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error

[strict]
deprecated-type
Expand Down
1 change: 0 additions & 1 deletion template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ deprecated-type=warn
unsafe-getters-setters=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error

[strict]
deprecated-type
Expand Down

0 comments on commit fcffb96

Please sign in to comment.