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

.github: ensure golangci-lint runs on PR's as well #162

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Conversation

kevinburkesegment
Copy link
Contributor

Currently it just fails the main branch because it's not a requirement of a passing build.

Currently it just fails the main branch because it's not a requirement
of a passing build.
@kevinburkesegment kevinburkesegment requested a review from a team June 21, 2024 03:46
We turned on the linter to lint the "main" branch and any release
branches, but we never actually fixed any of the issues reported by
the linter. This is an attempt to do so. A lot of red herrings but
some legitimate errors.

Not strictly reported by the linter, but replace "syscall" uses with
"x/sys/unix", as is recommended.
@kevinburkesegment kevinburkesegment merged commit 59b8039 into main Jun 26, 2024
8 checks passed
@kevinburkesegment kevinburkesegment deleted the fix-lint branch June 26, 2024 17:59
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