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 9375aeb commit 66f0b0aCopy full SHA for 66f0b0a
lib/react_on_rails/doctor.rb
@@ -701,7 +701,7 @@ def analyze_server_rendering_config(content)
701
end
702
# rubocop:enable Metrics/AbcSize
703
704
- # rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity
+ # rubocop:disable Metrics/CyclomaticComplexity
705
def analyze_performance_config(content)
706
checker.add_info("\n⚡ Performance & Loading:")
707
@@ -738,7 +738,7 @@ def analyze_performance_config(content)
738
739
checker.add_info(" component_registry_timeout: #{timeout_match[1]}ms")
740
741
- # rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity
+ # rubocop:enable Metrics/CyclomaticComplexity
742
743
# rubocop:disable Metrics/AbcSize
744
def analyze_development_config(content)
0 commit comments