Avoid enabling rubocop rule listed in todo file

This commit is contained in:
Maikel Linke
2025-10-31 15:39:58 +11:00
parent 74927dd03d
commit 5dfb7645cb

View File

@@ -8,7 +8,6 @@ module Reporting
# rubocop:disable Metrics/AbcSize
# rubocop:disable Metrics/MethodLength
# rubocop:disable Metrics/PerceivedComplexity
# rubocop:disable Metrics/CyclomaticComplexity
# rubocop:disable Naming/VariableNumber
def columns
{
@@ -77,7 +76,6 @@ module Reporting
# rubocop:enable Metrics/AbcSize
# rubocop:enable Metrics/MethodLength
# rubocop:enable Metrics/PerceivedComplexity
# rubocop:enable Metrics/CyclomaticComplexity
# rubocop:enable Naming/VariableNumber
def rules