(PA-6139) Drop beaker-puppet_install_helper gem in augeas-core module #149
static_code_analysis.yaml
on: pull_request
static_code_analysis
/
Run checks
31s
Annotations
8 errors
static_code_analysis / Run checks:
spec/spec_helper_acceptance.rb#L62
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
static_code_analysis / Run checks:
spec/spec_helper_acceptance.rb#L63
Performance/RegexpMatch: Use `match?` instead of `=~` when `MatchData` is not used. (https://github.com/JuanitoFatas/fast-ruby#regexp-vs-stringmatch-vs-string-vs-stringmatch-code-)
|
static_code_analysis / Run checks:
spec/spec_helper_acceptance.rb#L63
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
static_code_analysis / Run checks:
spec/spec_helper_acceptance.rb#L65
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
static_code_analysis / Run checks:
spec/spec_helper_acceptance.rb#L69
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
static_code_analysis / Run checks:
spec/spec_helper_acceptance.rb#L78
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
static_code_analysis / Run checks:
spec/spec_helper_acceptance.rb#L88
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
static_code_analysis / Run checks
Process completed with exit code 1.
|