Update to module template files #3
ci.yml
on: pull_request
Puppet
/
Static validations
16s
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
11 errors
Puppet / Static validations:
lib/facter/rsyslog_version.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
Puppet / Static validations:
lib/facter/rsyslog_version.rb#L13
Style/IfUnlessModifier: Favor modifier `if` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`. (https://rubystyle.guide#if-as-a-modifier)
|
Puppet / Static validations:
lib/facter/rsyslog_version.rb#L13
Lint/DuplicateRegexpCharacterClassElement: Duplicate element inside regexp character class
|
Puppet / Static validations:
lib/facter/rsyslog_version.rb#L13
Lint/DuplicateRegexpCharacterClassElement: Duplicate element inside regexp character class
|
Puppet / Static validations:
spec/classes/rsyslog_client_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
Puppet / Static validations:
spec/classes/rsyslog_client_spec.rb#L90
Style/RedundantRegexpEscape: Redundant escape inside regexp literal
|
Puppet / Static validations:
spec/classes/rsyslog_client_spec.rb#L102
Style/RedundantRegexpEscape: Redundant escape inside regexp literal
|
Puppet / Static validations:
spec/classes/rsyslog_client_spec.rb#L115
Style/RedundantRegexpEscape: Redundant escape inside regexp literal
|
Puppet / Static validations:
spec/classes/rsyslog_database_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
Puppet / Static validations:
spec/classes/rsyslog_database_spec.rb#L43
Style/IfUnlessModifier: Favor modifier `if` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`. (https://rubystyle.guide#if-as-a-modifier)
|
Puppet / Test suite
Process completed with exit code 1.
|