New registration flow #271
Annotations
6 errors
Setup Test Matrix:
lib/puppet/functions/gitlab_ci_runner/register.rb#L24
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)
|
Setup Test Matrix:
lib/puppet/functions/gitlab_ci_runner/register.rb#L25
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Setup Test Matrix:
lib/puppet_x/gitlab/runner.rb#L76
Layout/SpaceInsideHashLiteralBraces: Space inside { missing. (https://rubystyle.guide#spaces-braces)
|
Setup Test Matrix:
lib/puppet_x/gitlab/runner.rb#L76
Layout/SpaceAroundOperators: Surrounding space missing for operator `=>`. (https://rubystyle.guide#spaces-operators)
|
Setup Test Matrix:
lib/puppet_x/gitlab/runner.rb#L76
Layout/SpaceInsideHashLiteralBraces: Space inside } missing. (https://rubystyle.guide#spaces-braces)
|
Setup Test Matrix
Process completed with exit code 1.
|