chore(deps): update postgres docker tag to v9.6 #274
Annotations
10 errors and 3 warnings
src/args/argument_list.go#L38
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"invalid configuration: must specify a username and password\")" (goerr113)
|
src/args/argument_list.go#L51
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"invalid configuration: must specify a certificate file when using SSL and not trusting server certificate\")" (goerr113)
|
src/metrics/metrics.go#L540
Function 'PopulateCustomMetrics' has too many statements (54 > 50) (funlen)
|
src/metrics/metrics_test.go#L437
Function 'TestPopulatePgBouncerMetrics' is too long (173 > 100) (funlen)
|
src/metrics/metrics.go#L237
commentFormatting: put a space between `//` and comment text (gocritic)
|
src/metrics/metrics.go#L255
commentFormatting: put a space between `//` and comment text (gocritic)
|
src/metrics/metrics.go#L260
commentFormatting: put a space between `//` and comment text (gocritic)
|
src/metrics/metrics.go#L103
cyclomatic complexity 11 of func `CollectCustomConfig` is high (> 10) (gocyclo)
|
src/main.go#L29
cyclomatic complexity 11 of func `main` is high (> 10) (gocyclo)
|
src/connection/pgsql_connection.go#L36
struct of size 160 bytes could be of size 152 bytes:
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
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