jaeger
jaeger copied to clipboard
Enable Lint Rule: import-shadowing
Which problem is this PR solving?
- Partial fix for #5506
Description of the changes
- Enabled
import-shadowing
in revive linter. - Changed ambiguous attribute names.
How was this change tested?
-
make lint
make test
Checklist
- [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for
jaeger
:make lint test
- for