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

chore(deps): update dependency eslint-plugin-github to v4.9.2 - autoclosed #570

Closed
wants to merge 1 commit into from

chore(deps): update dependency eslint-plugin-github to v4.9.2

36564b0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): update dependency eslint-plugin-github to v4.9.2 - autoclosed #570

chore(deps): update dependency eslint-plugin-github to v4.9.2
36564b0
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci-lint-all-in-one succeeded Jul 28, 2023 in 0s

reviewdog [golangci-lint-all-in-one] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (11)

testdata/main.go|20 col 6| unused1 is unused (deadcode)
testdata/main.go|15 col 9| Error return value of os.Open is not checked (errcheck)
testdata/main.go|17 col 13| Error return value of os.ReadFile is not checked (errcheck)
testdata/main.go|21| File is not gofumpt-ed (gofumpt)
testdata/main.go|23| File is not gofumpt-ed (gofumpt)
testdata/main.go|8 col 1| exported function Main should have comment or be unexported (golint)
testdata/main.go|12 col 2| should replace x += 1 with x++ (golint)
testdata/main.go|9 col 6| langauge is a misspelling of language (misspell)
testdata/main.go|1 col 1| package-comments: should have a package comment (revive)
testdata/main.go|13 col 2| only cuddled expressions if assigning variable or using from line above (wsl)
testdata/main.go|24 col 1| block should not end with a whitespace (or comment) (wsl)