Add Standard workflow #5
Annotations
10 errors
build:
app/controllers/application_controller.rb#L29
Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.
|
build:
app/helpers/videos_helper.rb#L3
Lint/AssignmentInCondition: Wrap assignment in parentheses if intentional
|
build:
app/models/trail.rb#L93
Style/RedundantSort: Use `min_by` instead of `sort_by...first`.
|
build:
app/services/auth_hash_service.rb#L47
Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.
|
build:
config/environments/development.rb#L76
Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
|
build:
config/environments/development.rb#L81
Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
|
build:
config/environments/development.rb#L82
Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
|
build:
config/environments/production.rb#L94
Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.
|
build:
config/environments/production.rb#L135
Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
|
build:
config/environments/production.rb#L141
Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
|