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

feat: add golangci-lint #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add golangci-lint #165

wants to merge 1 commit into from

Conversation

uhthomas
Copy link
Collaborator

@uhthomas uhthomas commented May 9, 2024

golangci-lint runs many analysers, including staticcheck, which prevent correctness issues and catch bugs.

https://golangci-lint.run/

Fixes: #160

@uhthomas uhthomas force-pushed the 160 branch 4 times, most recently from 6392c4e to 376db83 Compare May 9, 2024 14:13
@uhthomas

This comment was marked as resolved.

@uhthomas uhthomas changed the base branch from main to 160-staticcheck May 9, 2024 14:55
@uhthomas uhthomas force-pushed the 160 branch 3 times, most recently from 0ca8176 to 362d828 Compare May 9, 2024 21:48
@uhthomas uhthomas changed the base branch from 160-staticcheck to main May 9, 2024 21:48
@uhthomas uhthomas force-pushed the 160 branch 2 times, most recently from db471b6 to be9479c Compare May 9, 2024 21:55
golangci-lint runs many analysers, including staticcheck, which prevent
correctness issues and catch bugs.

https://golangci-lint.run/

Fixes: #160
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.

linting?
1 participant