feat: opt-in gh app integration #6400
Annotations
10 errors
golangci-lint:
api/types/build.go#L60
string `...` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
mock/server/authentication.go#L82
string `error` has 4 occurrences, make it a constant (goconst)
|
golangci-lint:
scm/github/repo.go#L825
string `neutral` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
scm/github/app_client.go#L57
string `write` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
scm/github/repo.go#L835
string `completed` has 6 occurrences, make it a constant (goconst)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L137
cyclomatic complexity 34 of func `(*Rules).Match` is high (> 30) (gocyclo)
|
golangci-lint:
scm/github/app_transport.go#L99
Comment should end in a period (godot)
|
golangci-lint:
database/types/build.go#L384
G115: integer overflow conversion int -> int32 (gosec)
|
golangci-lint:
database/types/build.go#L385
G115: integer overflow conversion int -> int32 (gosec)
|
golangci-lint:
database/types/repo.go#L338
G115: integer overflow conversion int -> int32 (gosec)
|
Loading