-
Notifications
You must be signed in to change notification settings - Fork 3.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
sdk: fix linting #5281
sdk: fix linting #5281
Conversation
Fix linting issues in the SDK. Ran `yarn lint --fix` and committed the diff.
|
✅ Deploy Preview for opstack-docs canceled.
|
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.
LGTM, deferring to @roninjin10 for code owner approval
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.
👍
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #5281 +/- ##
===========================================
- Coverage 39.95% 36.29% -3.67%
===========================================
Files 360 253 -107
Lines 22979 21374 -1605
Branches 529 326 -203
===========================================
- Hits 9181 7757 -1424
+ Misses 13067 12921 -146
+ Partials 731 696 -35
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description
Fix linting issues in the SDK. Ran
yarn lint --fix
and committed the diff.