Add some additional parameters for ownerships #454
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / Static validations:
spec/classes/redis_spec.rb#L1719
Layout/ExtraSpacing: Unnecessary spacing detected.
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1719
Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1720
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1734
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1736
RSpec/EmptyLineAfterExample: Add an empty line after `it`. (https://rspec.rubystyle.guide/#empty-lines-around-examples, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterExample)
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1744
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1748
RSpec/EmptyLineAfterExampleGroup: Add an empty line after `describe`. (https://rspec.rubystyle.guide/#empty-lines-between-describes, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterExampleGroup)
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1749
Layout/ExtraSpacing: Unnecessary spacing detected.
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1749
Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1768
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|