We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8965f2 commit 368efe3Copy full SHA for 368efe3
lib/react_on_rails/doctor.rb
@@ -725,7 +725,7 @@ def analyze_server_rendering_config(content)
725
end
726
# rubocop:enable Metrics/AbcSize
727
728
- # rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity
+ # rubocop:disable Metrics/CyclomaticComplexity
729
def analyze_performance_config(content)
730
checker.add_info("\n⚡ Performance & Loading:")
731
@@ -762,7 +762,7 @@ def analyze_performance_config(content)
762
763
checker.add_info(" component_registry_timeout: #{timeout_match[1]}ms")
764
765
- # rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity
+ # rubocop:enable Metrics/CyclomaticComplexity
766
767
# rubocop:disable Metrics/AbcSize
768
def analyze_development_config(content)
0 commit comments