Bug fixes and other issues fixed #11
Annotations
12 errors
lint:
Gemfile#L37
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L61
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L61
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L62
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L63
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L64
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L65
Layout/TrailingEmptyLines: 1 trailing blank lines detected.
|
lint:
app/controllers/admin/base_controller.rb#L5
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/admin/base_controller.rb#L7
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/admin/base_controller.rb#L10
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
scan_ruby
Process completed with exit code 3.
|
test
Process completed with exit code 1.
|