Skip to content

Commit 368efe3

Browse files
committed
Fix Rubocop violations in doctor.rb
1 parent c8965f2 commit 368efe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/react_on_rails/doctor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def analyze_server_rendering_config(content)
725725
end
726726
# rubocop:enable Metrics/AbcSize
727727

728-
# rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity
728+
# rubocop:disable Metrics/CyclomaticComplexity
729729
def analyze_performance_config(content)
730730
checker.add_info("\n⚡ Performance & Loading:")
731731

@@ -762,7 +762,7 @@ def analyze_performance_config(content)
762762

763763
checker.add_info(" component_registry_timeout: #{timeout_match[1]}ms")
764764
end
765-
# rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity
765+
# rubocop:enable Metrics/CyclomaticComplexity
766766

767767
# rubocop:disable Metrics/AbcSize
768768
def analyze_development_config(content)

0 commit comments

Comments
 (0)