Clean up PostgreSQL DB creation logic #625
Annotations
7 errors
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
|
The logs for this run have expired and are no longer available.
Loading