-
-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infra(unicorn): no-array-callback-reference #2722
Conversation
This should hopefully prevent issues such as #2563 in the future. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2722 +/- ##
==========================================
- Coverage 99.57% 99.57% -0.01%
==========================================
Files 2859 2859
Lines 248602 248602
Branches 630 989 +359
==========================================
- Hits 247557 247538 -19
- Misses 1016 1035 +19
Partials 29 29 |
954f45f
to
c2e817d
Compare
I agree with the comments from @xDivisionByZerox and @matthewmayer here.
For this reason, this PR disables the rule permanently. |
Ref: #2439
Permanently disables the
unicorn/no-array-callback-reference
lint rule.