Actions
Improvement #2815
closedFix rubocop warnings: call super without arguments
Start date:
01/10/2025
Due date:
01/10/2025
% Done:
100%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
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