Skip to content

Add Standard workflow #4

Add Standard workflow

Add Standard workflow #4

Triggered via push August 30, 2024 07:43
Status Failure
Total duration 41s
Artifacts

standardrb.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: .pryrc#L27
Security/Eval: The use of `eval` is a serious security risk.
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: app/services/completeable_with_progress_query.rb#L14
Style/ArgumentsForwarding: Use anonymous positional arguments forwarding (`*`).
build: app/services/completeable_with_progress_query.rb#L17
Style/ArgumentsForwarding: Use anonymous positional arguments forwarding (`*`).
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.