chore(deps): update dependency windows to v2022 #412
Annotations
10 errors and 2 warnings
src/redis.go#L54
Function 'main' has too many statements (58 > 50) (funlen)
|
src/inventory.go#L38
regexpMust: for const patterns like "(?i)(requirepass|masterauth)", use regexp.MustCompile (gocritic)
|
src/metrics.go#L179
regexpMust: for const patterns like `keys=(\d+),expires=(\d+),avg_ttl=(\d+\.*\d*)`, use regexp.MustCompile (gocritic)
|
src/metrics.go#L226
typeSwitchVar: 2 cases can benefit from type switch with assignment (gocritic)
|
src/connection.go#L135
cyclomatic complexity 17 of func `(redisConn).setKeysLength` is high (> 10) (gocyclo)
|
src/redis.go#L22
struct of size 168 bytes could be of size 160 bytes:
|
src/redis.go#L121
`if args.HasMetrics()` has complex nested blocks (complexity: 8) (nestif)
|
src/inventory.go#L54
`if ok` has complex nested blocks (complexity: 6) (nestif)
|
src/redis.go#L103
`if args.HasInventory()` has complex nested blocks (complexity: 6) (nestif)
|
src/inventory.go#L73
`if ok` has complex nested blocks (complexity: 5) (nestif)
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading