feat(config): add diff with remotes for auth #5554
Annotations
10 errors
Lint:
pkg/config/auth.go#L221
G115: integer overflow conversion uint -> int (gosec)
|
Lint:
pkg/config/auth.go#L226
G115: integer overflow conversion uint -> int (gosec)
|
Lint:
pkg/config/auth.go#L232
G115: integer overflow conversion uint -> int (gosec)
|
Lint:
pkg/config/auth_test.go#L150
G115: integer overflow conversion int -> uint (gosec)
|
Lint:
internal/link/link.go#L235
G115: integer overflow conversion int -> uint (gosec)
|
Lint:
internal/link/link.go#L238
G115: integer overflow conversion int -> uint (gosec)
|
Lint:
internal/functions/list/list.go#L35
G115: integer overflow conversion int -> uint64 (gosec)
|
Lint:
pkg/config/auth_test.go#L351
`secrest` is a misspelling of `secrets` (misspell)
|
Lint:
internal/functions/list/list.go#L28
unnecessary conversion (unconvert)
|
Lint:
pkg/config/auth.go#L190
ST1016: methods on the same type should have the same receiver name (seen 13x "a", 1x "original") (stylecheck)
|