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

Clean up pre-commit and code #87

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bashofmann
Copy link
Contributor

No description provided.

@bashofmann bashofmann requested a review from a team as a code owner February 28, 2025 16:53
@github-actions github-actions bot added the chore label Feb 28, 2025
@bashofmann bashofmann self-assigned this Feb 28, 2025
types: [ file ]
pass_filenames: false
- repo: local
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps is too much to run tests on each commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It just runs the unit tests, they are quite fast.

- id: lint
name: golangci-lint
entry: make lint
Copy link
Contributor

Choose a reason for hiding this comment

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

previously, golangci-lint version was the same across all environments, now we open possibility for drift.

- repo: local
hooks:
- id: fmt
Copy link
Contributor

Choose a reason for hiding this comment

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

how is this different from the previous approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants