Rebuild RHEL facts on Vagrant #380
test.yml
on: pull_request
Matrix: test
rubocop
22s
Test suite
0s
Annotations
4 errors
rubocop:
facts/Vagrantfile#L11
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)
|
rubocop:
facts/Vagrantfile#L11
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
facts/Vagrantfile#L12
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop
Process completed with exit code 1.
|