chore: Add new lint rule to make sure exported names documented by zyfy29 · Pull Request #3682 · google/go-github
.golangci.yml
Adds the new
exported lint rule configuration with options to disable checks on constants, variables, and stuttering
tools/sliceofpointers/sliceofpointers.go
Adds godoc comments for exported type and methods
github/security_advisories.go
Adds godoc comment for SecurityAdvisoriesService
github/search.go
Adds godoc comment for TopicResult type
github/repos_tags.go
Reformats deprecation comments to proper godoc format
github/orgs_audit_log.go
Adds godoc comments for JSON marshaling methods
github/github.go
Adds godoc comments for Error.UnmarshalJSON method and RateLimitCategory type
github/git_trees.go
Adds godoc comment for TreeEntry.MarshalJSON method
github/git_commits.go
Adds godoc comments for MessageSignerFunc.Sign method and CreateCommitOptions type
github/dependency_graph.go
Adds godoc comment for DependencyGraphService
github/copilot.go
Adds godoc comment for CopilotSeatDetails.UnmarshalJSON method
github/apps.go
Adds godoc comment for InstallationTokenListRepoOptions type
github/actions_workflow_runs.go
Adds godoc comment for ReferencedWorkflow type