-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Enable Lint Rule: modifies-value-receiver #5517
Conversation
Signed-off-by: FlamingSaint <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5517 +/- ##
=======================================
Coverage 96.19% 96.19%
=======================================
Files 327 327
Lines 16012 16014 +2
=======================================
+ Hits 15403 15405 +2
Misses 435 435
Partials 174 174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
in both cases you changes the existing semantics of the functions. Instead, you can find a way to keep the semantics while satisfying the linter. |
Signed-off-by: FlamingSaint <[email protected]>
Are the changes okay ? |
Signed-off-by: FlamingSaint <[email protected]>
Which problem is this PR solving?
Description of the changes
How was this change tested?
make lint
make test
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test