This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
Task: simplify uses of createFailure
#1867
Labels
Comments
5 tasks
4 tasks
5 tasks
we can remove the deprecated functions now. |
having second thoughts on removing the deprecated functions, which would break almost all 3rd party rules. I think we should leave these in. |
@nchen63 that's a good point; let's add a deprecation warning in the console in 5.0 though? |
taking out of 5.0 release since we can deprecate later in 5.x, and we're still using the |
fair enough |
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As of #1845,
noUnusedVariableRule.ts
andobjectLiteralKeyQuotesRule.ts
are the only rules usingcreateFailure
directly. We should look into simplifying these.edit: other rules using
createFailure
:banTypesRules.ts
importSpacingRule.ts
noFloatingPromisesRule.ts
noStringThrowRule.ts
The text was updated successfully, but these errors were encountered: