Skip to content

Merge pull request #1833 from reviewdog/renovate/golang.org-x-build-d… #40

Merge pull request #1833 from reviewdog/renovate/golang.org-x-build-d…

Merge pull request #1833 from reviewdog/renovate/golang.org-x-build-d… #40

GitHub Actions / golint-github-check succeeded Jul 10, 2024 in 1s

reviewdog [golint-github-check] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (63)

comment_iowriter.go|22 col 1| exported function NewRawCommentWriter should have comment or be unexported
comment_iowriter.go|26 col 1| exported method RawCommentWriter.Post should have comment or be unexported
comment_iowriter.go|46 col 1| exported function NewUnifiedCommentWriter should have comment or be unexported
comment_iowriter.go|50 col 1| exported method UnifiedCommentWriter.Post should have comment or be unexported
comment_iowriter.go|67 col 1| comment on exported type RDJSONLCommentWriter should be of the form "RDJSONLCommentWriter ..." (with optional leading article)
comment_iowriter.go|72 col 1| exported function NewRDJSONLCommentWriter should have comment or be unexported
comment_iowriter.go|76 col 1| exported method RDJSONLCommentWriter.Post should have comment or be unexported
comment_iowriter.go|103 col 1| comment on exported type RDJSONCommentWriter should be of the form "RDJSONCommentWriter ..." (with optional leading article)
comment_iowriter.go|110 col 1| exported function NewRDJSONCommentWriter should have comment or be unexported
comment_iowriter.go|114 col 1| exported method RDJSONCommentWriter.Post should have comment or be unexported
comment_iowriter.go|119 col 1| exported method RDJSONCommentWriter.Flush should have comment or be unexported
comment_iowriter.go|150 col 1| comment on exported type SARIFCommentWriter should be of the form "SARIFCommentWriter ..." (with optional leading article)
comment_iowriter.go|157 col 1| exported function NewSARIFCommentWriter should have comment or be unexported
comment_iowriter.go|161 col 1| exported method SARIFCommentWriter.Post should have comment or be unexported
comment_iowriter.go|166 col 1| exported method SARIFCommentWriter.Flush should have comment or be unexported
diff.go|11 col 6| exported type DiffString should have comment or be unexported
diff.go|16 col 1| exported function NewDiffString should have comment or be unexported
diff.go|20 col 1| exported method DiffString.Diff should have comment or be unexported
diff.go|24 col 1| exported method DiffString.Strip should have comment or be unexported
diff.go|30 col 6| exported type DiffCmd should have comment or be unexported
diff.go|38 col 1| exported function NewDiffCmd should have comment or be unexported
diff.go|60 col 1| exported method DiffCmd.Strip should have comment or be unexported
diff.go|67 col 1| exported method EmptyDiff.Diff should have comment or be unexported
diff.go|71 col 1| exported method EmptyDiff.Strip should have comment or be unexported
resultmap.go|17 col 6| exported type Result should have comment or be unexported
resultmap.go|77 col 6| exported type FilteredResult should have comment or be unexported
cienv/github_actions.go|9 col 1| comment on exported type GitHubEvent should be of the form "GitHubEvent ..." (with optional leading article)
cienv/github_actions.go|28 col 6| exported type GitHubRepo should have comment or be unexported
cienv/github_actions.go|34 col 6| exported type GitHubPullRequest should have comment or be unexported
doghouse/appengine/github.go|25 col 6| exported type GitHubHandler should have comment or be unexported
doghouse/appengine/github.go|39 col 1| exported function NewGitHubHandler should have comment or be unexported
doghouse/appengine/github.go|102 col 1| exported method GitHubHandler.HandleAuthCallback should have comment or be unexported
doghouse/appengine/github.go|139 col 1| exported method GitHubHandler.HandleLogout should have comment or be unexported
doghouse/appengine/github.go|144 col 1| exported method GitHubHandler.LogInHandler should have comment or be unexported
doghouse/appengine/github.go|221 col 1| exported method GitHubHandler.HandleGitHubTop should have comment or be unexported
doghouse/appengine/github.go|375 col 1| exported function NewAuthClient should have comment or be unexported
doghouse/appengine/github_webhook.go|89 col 1| comment on exported type InstallationEvent should be of the form "InstallationEvent ..." (with optional leading article)
doghouse/appengine/github_webhook.go|101 col 1| comment on exported type CheckSuiteEvent should be of the form "CheckSuiteEvent ..." (with optional leading article)
doghouse/server/doghouse.go|19 col 6| exported type Checker should have comment or be unexported
doghouse/server/doghouse.go|25 col 1| exported function NewChecker should have comment or be unexported
doghouse/server/doghouse.go|33 col 1| exported method Checker.Check should have comment or be unexported
doghouse/server/github.go|12 col 6| exported type NewGitHubClientOption should have comment or be unexported
doghouse/server/github.go|25 col 1| exported function NewGitHubClient should have comment or be unexported
doghouse/server/token.go|12 col 1| exported function GenerateRepositoryToken should have comment or be unexported
doghouse/server/token.go|22 col 1| exported function GetOrGenerateRepoToken should have comment or be unexported
doghouse/server/token.go|35 col 1| exported function RegenerateRepoToken should have comment or be unexported
doghouse/server/ciutil/ciutil.go|85 col 1| comment on exported function UpdateTravisCIIPAddrs should be of the form "UpdateTravisCIIPAddrs ..."
doghouse/server/ciutil/ciutil.go|106 col 1| exported function IPFromReq should have comment or be unexported
doghouse/server/storage/installation.go|65 col 1| exported method GitHubInstallationDatastore.Get should have comment or be unexported
doghouse/server/storage/token.go|52 col 1| exported method GitHubRepoTokenDatastore.Get should have comment or be unexported
filter/filter.go|37 col 6| func name will be used as filter.FilterCheck by other packages, and that stutters; consider calling this Check
parser/checkstyle.go|21 col 1| exported method CheckStyleParser.Parse should have comment or be unexported
parser/errorformat.go|35 col 1| exported method ErrorformatParser.Parse should have comment or be unexported
parser/sarif.go|25 col 1| exported method SarifParser.Parse should have comment or be unexported
project/run_test.go|64 col 28| error strings should not be capitalized or end with punctuation or a newline
service/commentutil/commentutil.go|12 col 1| comment on exported type PostedComments should be of the form "PostedComments ..." (with optional leading article)
service/github/github.go|391 col 1| exported function DecodeMetaComment should have comment or be unexported
service/github/github.go|500 col 1| exported function BuildMetaComment should have comment or be unexported
service/github/githubutils/comment_writer.go|14 col 7| exported const MaxLoggingAnnotationsPerStep should have comment or be unexported
service/github/githubutils/comment_writer.go|31 col 1| exported method GitHubActionLogWriter.Post should have comment or be unexported
service/github/githubutils/comment_writer.go|82 col 1| exported function WarnTooManyAnnotationOnce should have comment or be unexported
service/github/githubutils/utils_test.go|14 col 3| struct field serverUrl should be serverURL
service/serviceutil/serviceutil.go|37 col 1| exported function GetGitRoot should have comment or be unexported