feature: summarizable associations #3418
Annotations
2 errors
standardrb:
app/controllers/avo/charts_controller.rb#L17
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/MultilineOperationIndentation: Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
Raw Output:
app/controllers/avo/charts_controller.rb:17:7: C: [Corrected] Layout/MultilineOperationIndentation: Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
params[:via_resource_class].present? &&
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
standardrb:
app/controllers/avo/charts_controller.rb#L18
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/MultilineOperationIndentation: Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
Raw Output:
app/controllers/avo/charts_controller.rb:18:7: C: [Corrected] Layout/MultilineOperationIndentation: Use 2 (not 0) spaces for indenting an expression spanning multiple lines.
params[:association_name].present?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Loading