Project

General

Profile

Actions

Improvement #2815

closed

Fix rubocop warnings: call super without arguments

Added by liaham 3 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
01/10/2025
Due date:
01/10/2025
% Done:

100%

Estimated time:
Compatible Redmine Version:
5.1.z

Description

app/models/aggregated_data_table.rb:25:5: C: [Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
    super(**attrs)
    ^^^^^^^^^^^^^^
app/models/aggregated_data_table_row.rb:21:5: C: [Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
    super(**attrs)
    ^^^^^^^^^^^^^^
app/models/calculated_result_table.rb:25:5: C: [Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
    super(**attrs)
    ^^^^^^^^^^^^^^
app/models/calculated_result_table_row.rb:25:5: C: [Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical.
    super(**attrs)
Actions

Also available in: Atom PDF