module RuboCop::Cop::LineLengthHelp

def uri_regexp

def uri_regexp
  @uri_regexp ||=
    URI::DEFAULT_PARSER.make_regexp(config.for_cop('Layout/LineLength')['URISchemes'])
end