Skip to content

chore(deps): update dependency @types/node to v20.11.28 #2552

chore(deps): update dependency @types/node to v20.11.28

chore(deps): update dependency @types/node to v20.11.28 #2552

GitHub Actions / golangci-lint-windows-latest succeeded Mar 15, 2024 in 0s

reviewdog [golangci-lint-windows-latest] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (7)

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|1 col 1| should have a package comment, unless it's in another file for this package (golint)
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|13 col 2| printf: fmt.Sprintf format %d reads arg #1, but call has 0 args (govet)