Skip to content

ci(lint): configure revive export documentation rules #8157

ci(lint): configure revive export documentation rules

ci(lint): configure revive export documentation rules #8157

Triggered via pull request July 11, 2024 13:27
Status Failure
Total duration 3m 21s
Artifacts

ci_release.yml

on: pull_request
Matrix: go-ci / Unit Tests Coverage
go-ci  /  ...  /  Da Tests Sync
go-ci / Integration Tests / Da Tests Sync
go-ci  /  ...  /  Integration Tests API
go-ci / Integration Tests / Integration Tests API
go-ci  /  ...  /  Integration Tests Blob
go-ci / Integration Tests / Integration Tests Blob
go-ci  /  ...  /  Integration Tests Fraud
go-ci / Integration Tests / Integration Tests Fraud
go-ci  /  ...  /  Integration Tests ND
go-ci / Integration Tests / Integration Tests ND
go-ci  /  ...  /  Integration Tests Reconstruction
go-ci / Integration Tests / Integration Tests Reconstruction
go-ci  /  ...  /  Integration Tests Sync
go-ci / Integration Tests / Integration Tests Sync
go-ci  /  ...  /  Integration Tests p2p
go-ci / Integration Tests / Integration Tests p2p
version_bump
0s
version_bump
goreleaser
0s
goreleaser
upload-docs
0s
upload-docs
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go-ci / Lint: logs/logs.go#L7
exported: exported function SetAllLoggers should have comment or be unexported (revive)
go-ci / Lint: logs/logs.go#L33
exported: exported function SetDebugLogging should have comment or be unexported (revive)
go-ci / Lint: api/rpc/perms/permissions.go#L11
exported: exported var DefaultPerms should have comment or be unexported (revive)
go-ci / Lint: api/rpc/perms/permissions.go#L17
exported: exported var AuthKey should have comment or be unexported (revive)
go-ci / Lint: api/rpc/perms/permissions.go#L25
exported: exported method JWTPayload.MarshalBinary should have comment or be unexported (revive)
go-ci / Lint: libs/utils/address.go#L10
exported: exported var ErrInvalidIP should have comment or be unexported (revive)
go-ci / Lint: api/rpc/server.go#L22
exported: exported type Server should have comment or be unexported (revive)
go-ci / Lint: api/rpc/server.go#L34
exported: exported function NewServer should have comment or be unexported (revive)
go-ci / Lint: share/p2p/errors.go#L12
exported: exported var ErrRateLimited should have comment or be unexported (revive)
go-ci / Lint: share/p2p/metrics.go#L19
exported: exported const StatusBadRequest should have comment (or a comment on this block) or be unexported (revive)