Skip to content

fix(deps): update module github.com/google/go-github/v60 to v61 #6959

fix(deps): update module github.com/google/go-github/v60 to v61

fix(deps): update module github.com/google/go-github/v60 to v61 #6959

GitHub Actions / golint-check-subdir completed Apr 21, 2024 in 0s

reviewdog [golint-check-subdir] report

reported by reviewdog 馃惗

Findings (2)

_testdata/golint.go|3 col 5| exported var X should have comment or be unexported
_testdata/golint2.go|3 col 5| exported var Golint2 should have comment or be unexported

Filtered Findings (0)

Annotations

Check notice on line 3 in _testdata/golint.go

See this annotation in the file changed.

@github-actions github-actions / golint-check-subdir

[golint-check-subdir] _testdata/golint.go#L3

exported var X should have comment or be unexported
Raw output
golint.go:3:5: exported var X should have comment or be unexported

Check notice on line 3 in _testdata/golint2.go

See this annotation in the file changed.

@github-actions github-actions / golint-check-subdir

[golint-check-subdir] _testdata/golint2.go#L3

exported var Golint2 should have comment or be unexported
Raw output
golint2.go:3:5: exported var Golint2 should have comment or be unexported