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

Uber mock, update golangci-lint #23

Merged
merged 3 commits into from
Aug 7, 2023
Merged

Uber mock, update golangci-lint #23

merged 3 commits into from
Aug 7, 2023

Conversation

lovromazgon
Copy link
Member

Description

  • Replace github.com/golang/mock with go.uber.org/mock (it was deprecated)
  • Add depguard rule to prevent further use of github.com/golang/mock
  • Update golangci-lint to 1.53.3

@lovromazgon lovromazgon requested a review from a team as a code owner August 7, 2023 11:45
Copy link
Contributor

@maha-hajja maha-hajja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! maybe it's a good idea to add the workflow validate-generated-files to the repo too

@lovromazgon
Copy link
Member Author

@maha-hajja good point, I added the CI action and some other things I noticed:

  • dependabot config
  • updated dependencies to latest versions
  • added buf as a dependency in tools.go
  • added a makefile

This should clean up most things in this repo.

Copy link
Contributor

@maha-hajja maha-hajja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect! looks nice

@lovromazgon lovromazgon merged commit 528f0ee into main Aug 7, 2023
6 checks passed
@lovromazgon lovromazgon deleted the lovro/uber-mock branch August 7, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants