This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Bump rails from 68b20b6
to 4a7c86a
#10
Annotations
10 errors
lint:
app/controllers/application_controller.rb#L29
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
app/controllers/application_controller.rb#L29
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
app/controllers/home_controller.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/home_controller.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/helpers/logins_helper.rb#L4
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/helpers/logins_helper.rb#L4
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/helpers/logins_helper.rb#L4
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
config/environments/development.rb#L4
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
config/initializers/devise.rb#L27
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
config/initializers/devise.rb#L39
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|