Skip to content

Ruby test and lint github action workflow #5

Ruby test and lint github action workflow

Ruby test and lint github action workflow #5

Triggered via pull request June 1, 2024 14:41
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
Ruby Lint
8s
Ruby Lint
Rails Test
28s
Rails Test
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruby Lint: Gemfile#L42
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
Ruby Lint: Gemfile#L42
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
Ruby Lint: Gemfile#L52
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
Ruby Lint: Gemfile#L52
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
Ruby Lint: Gemfile#L86
Layout/TrailingEmptyLines: 2 trailing blank lines detected.
Ruby Lint: app/controllers/admin/students_controller.rb#L50
Rails/Blank: Use `if fund_amount.blank?` instead of `unless fund_amount.present?`.
Ruby Lint: app/controllers/admin/students_controller.rb#L55
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Ruby Lint: app/controllers/admin/students_controller.rb#L60
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Ruby Lint: app/controllers/admin/students_controller.rb#L60
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Ruby Lint: app/controllers/classrooms_controller.rb#L2
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
Rails Test
Process completed with exit code 1.