diff --git a/lib/react_on_rails/utils.rb b/lib/react_on_rails/utils.rb index 14458c67d5..1f148188d8 100644 --- a/lib/react_on_rails/utils.rb +++ b/lib/react_on_rails/utils.rb @@ -6,6 +6,7 @@ require "active_support" require "active_support/core_ext/string" +# rubocop:disable Metrics/ModuleLength module ReactOnRails module Utils TRUNCATION_FILLER = "\n... TRUNCATED #{ @@ -276,3 +277,4 @@ def self.default_troubleshooting_section end end end +# rubocop:enable Metrics/ModuleLength