Skip to content

chore(deps): update dependency @typescript-eslint/parser to v7 #2605

chore(deps): update dependency @typescript-eslint/parser to v7

chore(deps): update dependency @typescript-eslint/parser to v7 #2605

GitHub Actions / golangci-lint-all-in-one succeeded Apr 22, 2024 in 0s

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

reported by reviewdog 🐶

Findings (0)
Filtered Findings (11)

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|9 col 6| langauge is a misspelling of language (misspell)
testdata/main.go|12 col 2| increment-decrement: should replace x += 1 with x++ (revive)
testdata/main.go|20 col 14| unused-parameter: parameter 'unusedParam' seems to be unused, consider removing or renaming it as _ (revive)
testdata/main.go|8 col 1| exported: exported function Main should have comment or be unexported (revive)
testdata/main.go|1 col 1| package-comments: should have a package comment (revive)
testdata/main.go|24 col 1| unnecessary trailing newline (whitespace)
testdata/main.go|13 col 2| printf: fmt.Sprintf format %d reads arg #1, but call has 0 args (govet)