Skip to content

Clean up PostgreSQL DB creation logic #625

Clean up PostgreSQL DB creation logic

Clean up PostgreSQL DB creation logic #625

Triggered via pull request November 6, 2023 21:47
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
32s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Puppet / Static validations: spec/classes/database_postgresql_spec.rb#L55
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
Puppet / Static validations: spec/classes/database_postgresql_spec.rb#L61
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
Puppet / Static validations: spec/classes/database_postgresql_spec.rb#L77
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
Puppet / Static validations: spec/classes/database_postgresql_spec.rb#L86
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
Puppet / Static validations: spec/classes/database_postgresql_spec.rb#L92
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
Puppet / Static validations: spec/classes/database_postgresql_spec.rb#L113
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
Puppet / Static validations
Process completed with exit code 1.