Create sidekiq.rb #389
ci.yml
on: pull_request
ES Check, ERBLint, ESLint, and RSpec
1m 35s
Ruby Linting
12s
Annotations
4 errors
Ruby Linting:
config/sidekiq.rb#L3
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Ruby Linting:
config/sidekiq.rb#L10
Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
|
Ruby Linting:
config/sidekiq.rb#L10
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Ruby Linting
Process completed with exit code 1.
|