Skip to content

modulesync 7.3.0

modulesync 7.3.0 #1

Triggered via pull request February 24, 2024 22:45
Status Failure
Total duration 34s
Artifacts

ci.yml

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

Annotations

10 errors
Puppet / Static validations: spec/acceptance/ca_cert_ca_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Puppet / Static validations: spec/acceptance/ca_cert_ca_spec.rb#L18
Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by using `<<~` instead of `<<-`. (https://rubystyle.guide#squiggly-heredocs)
Puppet / Static validations: spec/acceptance/ca_cert_ca_spec.rb#L64
RSpec/RepeatedExampleGroupBody: Repeated describe block body on line(s) [68] (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RepeatedExampleGroupBody)
Puppet / Static validations: spec/acceptance/ca_cert_ca_spec.rb#L68
RSpec/RepeatedExampleGroupBody: Repeated describe block body on line(s) [64] (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RepeatedExampleGroupBody)
Puppet / Static validations: spec/acceptance/class_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Puppet / Static validations: spec/classes/ca_cert_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Puppet / Static validations: spec/classes/ca_cert_spec.rb#L21
Lint/EmptyBlock: Empty block detected.
Puppet / Static validations: spec/classes/ca_cert_spec.rb#L30
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
Puppet / Static validations: spec/classes/ca_cert_spec.rb#L46
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
Puppet / Static validations: spec/classes/ca_cert_spec.rb#L50
RSpec/EmptyLineAfterExampleGroup: Add an empty line after `context`. (https://rspec.rubystyle.guide/#empty-lines-between-describes, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterExampleGroup)