CI Stages #56
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ruby.yml
on: pull_request
Rubocop
14s
Unit Tests
1m 10s
Annotations
1 error and 1 warning
Rubocop
Process completed with exit code 1.
|
Rubocop:
lib/models/ci_job.rb#L23
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
Raw Output:
lib/models/ci_job.rb:23:40: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|