Skip to content
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

Help upgrading the linter #5974

Closed
yurishkuro opened this issue Sep 11, 2024 · 3 comments
Closed

Help upgrading the linter #5974

yurishkuro opened this issue Sep 11, 2024 · 3 comments
Labels
enhancement good first issue Good for beginners help wanted Features that maintainers are willing to accept but do not have cycles to implement

Comments

@yurishkuro
Copy link
Member

PR #5966 tries to upgrade the linter, but runs into many new lint issues that need to be fixed before upgrade can be merged. Most of them are about signed/unsigned conversions, which we generally force-ignore.

Success criteria: gh pr checkout 5966 and make lint

@yurishkuro yurishkuro added help wanted Features that maintainers are willing to accept but do not have cycles to implement good first issue Good for beginners labels Sep 11, 2024
@dosubot dosubot bot added the enhancement label Sep 11, 2024
@anishbista60
Copy link
Contributor

anishbista60 commented Sep 11, 2024

@yurishkuro works fine in my machine. why it is asking for credentials ?

git push origin dependabot/go_modules/internal/tools/github.com/golangci/golangci-lint-1.61.0

remote: Permission to jaegertracing/jaeger.git denied to anishbista60.

@yurishkuro
Copy link
Member Author

Create a new branch and push as a new PR.

@anishbista60
Copy link
Contributor

@yurishkuro before i was trying to push without creating fork :) . I don't know what i was thinking at that time.

yurishkuro pushed a commit that referenced this issue Sep 13, 2024
## Which problem is this PR solving?
fixes #5974 

## Description of the changes
- fixing the problem created during upgrade of the linter

## How was this change tested?
- 

## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: Anish Bista <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Good for beginners help wanted Features that maintainers are willing to accept but do not have cycles to implement
Projects
None yet
Development

No branches or pull requests

2 participants