Enhance output of status command #99
Annotations
10 errors
tests:
lib/autoupdate/start.rb#L19
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
tests:
lib/autoupdate/start.rb#L38
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
tests:
lib/autoupdate/start.rb#L41
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
tests:
lib/autoupdate/status.rb#L3
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
tests:
lib/autoupdate/status.rb#L36
Layout/TrailingWhitespace: Trailing whitespace detected.
|
tests:
lib/autoupdate/status.rb#L38
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
tests:
lib/autoupdate/status.rb#L39
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
tests:
lib/autoupdate/status.rb#L40
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
tests:
lib/autoupdate/status.rb#L47
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
tests:
lib/autoupdate/status.rb#L59
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|