-
Notifications
You must be signed in to change notification settings - Fork 842
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: indent the code with eslint #2923
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2923 +/- ##
=======================================
Coverage 92.31% 92.31%
=======================================
Files 171 171
Lines 5346 5346
Branches 1155 1155
=======================================
Hits 4935 4935
Misses 411 411
|
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.
Overall LGTM. Just left a few questions.
experimental/packages/opentelemetry-instrumentation-grpc/src/grpc-js/serverUtils.ts
Outdated
Show resolved
Hide resolved
...al/packages/opentelemetry-instrumentation/src/platform/node/instrumentationNodeModuleFile.ts
Show resolved
Hide resolved
* chore: indent the code with eslint * chore: update changelog * chore: add lint switch case indent Co-authored-by: legendecas <[email protected]>
Which problem is this PR solving?
The linting did not inforced any indentation on the code.
Short description of the changes
Added the following rule to
eslint.config.js
:All other changes are indentation fixes auto generated by
eslint
when invokingyarn lint:fix
on root.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Only style changes, no functional change in code.
Checklist: