Skip to content

Commit 66f0b0a

Browse files
committed
Fix Rubocop violations in doctor.rb
1 parent 9375aeb commit 66f0b0a

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
@@ -701,7 +701,7 @@ def analyze_server_rendering_config(content)
701701
end
702702
# rubocop:enable Metrics/AbcSize
703703

704-
# rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity
704+
# rubocop:disable Metrics/CyclomaticComplexity
705705
def analyze_performance_config(content)
706706
checker.add_info("\n⚡ Performance & Loading:")
707707

@@ -738,7 +738,7 @@ def analyze_performance_config(content)
738738

739739
checker.add_info(" component_registry_timeout: #{timeout_match[1]}ms")
740740
end
741-
# rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity
741+
# rubocop:enable Metrics/CyclomaticComplexity
742742

743743
# rubocop:disable Metrics/AbcSize
744744
def analyze_development_config(content)

0 commit comments

Comments
 (0)