chore(deps): update dependency go to v1.23.3 #186
Annotations
10 errors and 1 warning
golangci-lint:
src/metrics/metrics.go#L538
Function 'PopulateCustomMetrics' has too many statements (54 > 50) (funlen)
|
golangci-lint:
src/metrics/metrics_test.go#L437
Function 'TestPopulatePgBouncerMetrics' is too long (269 > 100) (funlen)
|
golangci-lint:
src/metrics/metrics.go#L236
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
src/metrics/metrics.go#L254
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
src/metrics/metrics.go#L259
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
src/metrics/metrics.go#L102
cyclomatic complexity 11 of func `CollectCustomConfig` is high (> 10) (gocyclo)
|
golangci-lint:
src/main.go#L29
cyclomatic complexity 11 of func `main` is high (> 10) (gocyclo)
|
golangci-lint:
src/connection/pgsql_connection.go#L152
`paramters` is a misspelling of `parameters` (misspell)
|
golangci-lint:
src/metrics/modelers.go#L8
`somethign` is a misspelling of `something` (misspell)
|
golangci-lint:
src/metrics/table_definitions.go#L11
`if collectBloat` has complex nested blocks (complexity: 6) (nestif)
|
Check if CHANGELOG is valid
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/
|
Loading