Add some additional parameters for ownerships #453
ci.yml
on: pull_request
Puppet
/
Static validations
15s
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/MultilineBlockLayout: Block body expression is on the same line as the block start.
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1721
Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1726
RSpec/EmptyLineAfterFinalLet: Add an empty line after the last `let`. (https://rspec.rubystyle.guide/#empty-line-after-let, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterFinalLet)
|
Puppet / Static validations:
spec/classes/redis_spec.rb#L1732
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#L1734
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#L1742
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#L1746
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#L1747
Layout/ExtraSpacing: Unnecessary spacing detected.
|