-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lint fixes #3495
Lint fixes #3495
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3495 +/- ##
=======================================
Coverage 73.16% 73.17%
=======================================
Files 267 267
Lines 20076 20076
=======================================
+ Hits 14689 14691 +2
+ Misses 4471 4469 -2
Partials 916 916
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What?
Fixing lint issues in packages with 1-5 lint issues
Why?
Cleaning up the code base
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)
works on #769