Clean up PostgreSQL DB creation logic #625
ci.yml
on: pull_request
Puppet
/
Static validations
32s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
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.
|