-
Notifications
You must be signed in to change notification settings - Fork 85
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
[chore] Enable remaining lint rules and fix lots of bugs #2510
[chore] Enable remaining lint rules and fix lots of bugs #2510
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @wschurman and the rest of your teammates on Graphite |
873fd9a
to
f8e5dc3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2510 +/- ##
==========================================
- Coverage 52.95% 52.88% -0.06%
==========================================
Files 544 544
Lines 20061 20093 +32
Branches 4098 4098
==========================================
+ Hits 10621 10625 +4
- Misses 8626 8654 +28
Partials 814 814 ☔ View full report in Codecov by Sentry. |
3be6be0
to
b3ff913
Compare
f8e5dc3
to
0bf09b5
Compare
Size Change: -289 B (0%) Total Size: 51.1 MB
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, for fixing these! This is a huge improvement 👏
0bf09b5
to
d997ab8
Compare
Merge activity
|
d997ab8
to
333ea14
Compare
✅ Thank you for adding the changelog entry! |
Why
This is the real PR I wanted to get to: it uses lint to fix a lot of bugs where promises should have been awaited but weren't. This also fixes bugs where a promise was being accidentally used as a boolean rather than the awaited boolean value.
Closes ENG-13213.
How
Apply rules, fix manually.
Test Plan
yarn lint