Feat: Sample Searching using SearchKick (Part One) #6189
Annotations
3 warnings
rubocop:
app/controllers/groups/samples_controller.rb#L85
[rubocop] reported by reviewdog 🐶
Line is too long. [133/120]
Raw Output:
app/controllers/groups/samples_controller.rb:85:121: C: Layout/LineLength: Line is too long. [133/120]
|
rubocop:
app/models/sample/query.rb#L32
[rubocop] reported by reviewdog 🐶
Surrounding space missing in default value assignment.
Raw Output:
app/models/sample/query.rb:32:19: C: Layout/SpaceAroundEqualsInParameterDefault: Surrounding space missing in default value assignment.
|
rubocop:
app/models/sample/query.rb#L41
[rubocop] reported by reviewdog 🐶
Redundant use of `Object#to_s` in interpolation.
Raw Output:
app/models/sample/query.rb:41:57: W: Lint/RedundantStringCoercion: Redundant use of `Object#to_s` in interpolation.
|
Loading