-
Notifications
You must be signed in to change notification settings - Fork 84
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
Reproduce linting checks from the main repo #121
Conversation
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: hippie-danish <[email protected]>
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: danish9039 <[email protected]>
|
why are we not getting these errors in jaeger repo? |
the objective was to use the same settings as the main repo |
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: hippie-danish <[email protected]>
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: hippie-danish <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #121 +/- ##
=======================================
Coverage 87.85% 87.85%
=======================================
Files 12 12
Lines 568 568
=======================================
Hits 499 499
Misses 67 67
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: danish9039 <[email protected]>
Thanks! |
## Which problem is this PR solving? - part of jaegertracing/jaeger#6570 ## Description of the changes - extracted` https://raw.githubusercontent.com/jaegertracing/jaeger/main/scripts` into a variable `$(SCRIPTS_URL)` #121 (comment) ## How was this change tested? - ## Checklist - [X] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: danish9039 <[email protected]>
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test