Merge pull request #14963 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.48.1

build(deps): bump rubocop from 1.48.0 to 1.48.1 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2023-03-13 22:14:38 +00:00 committed by GitHub
commit 8a5e1697a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -130,7 +130,7 @@ GEM
rspec-support (3.12.0) rspec-support (3.12.0)
rspec_junit_formatter (0.6.0) rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0) rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.48.0) rubocop (1.48.1)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.0.0) parser (>= 3.2.0.0)

View File

@ -2269,12 +2269,10 @@ class RuboCop::Cop::Layout::BlockEndNewline < ::RuboCop::Cop::Base
private private
def end_of_method_chain(node); end
def last_heredoc_argument(node); end def last_heredoc_argument(node); end
def message(node); end def message(node); end
def offense_range(node); end def offense_range(node); end
def register_offense(node); end def register_offense(node, offense_range); end
def replacement(node); end
end end
RuboCop::Cop::Layout::BlockEndNewline::MSG = T.let(T.unsafe(nil), String) RuboCop::Cop::Layout::BlockEndNewline::MSG = T.let(T.unsafe(nil), String)
@ -6083,6 +6081,7 @@ class RuboCop::Cop::Lint::Syntax < ::RuboCop::Cop::Base
def add_offense_from_diagnostic(diagnostic, ruby_version); end def add_offense_from_diagnostic(diagnostic, ruby_version); end
def add_offense_from_error(error); end def add_offense_from_error(error); end
def beautify_message(message); end def beautify_message(message); end
def find_severity(_range, _severity); end
end end
class RuboCop::Cop::Lint::ToEnumArguments < ::RuboCop::Cop::Base class RuboCop::Cop::Lint::ToEnumArguments < ::RuboCop::Cop::Base
@ -7928,13 +7927,13 @@ class RuboCop::Cop::Style::AccessorGrouping < ::RuboCop::Cop::Base
def class_send_elements(class_node); end def class_send_elements(class_node); end
def group_accessors(node, accessors); end def group_accessors(node, accessors); end
def groupable_accessor?(node); end def groupable_accessor?(node); end
def groupable_sibling_accessors(send_node); end
def grouped_style?; end def grouped_style?; end
def message(send_node); end def message(send_node); end
def preferred_accessors(node); end def preferred_accessors(node); end
def previous_line_comment?(node); end def previous_line_comment?(node); end
def separate_accessors(node); end def separate_accessors(node); end
def separated_style?; end def separated_style?; end
def sibling_accessors(send_node); end
end end
RuboCop::Cop::Style::AccessorGrouping::GROUPED_MSG = T.let(T.unsafe(nil), String) RuboCop::Cop::Style::AccessorGrouping::GROUPED_MSG = T.let(T.unsafe(nil), String)

View File

@ -103,7 +103,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.27.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.27.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.13.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.13.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-2.4.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-2.4.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.48.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.48.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-capybara-2.17.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-capybara-2.17.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.16.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.16.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rails-2.18.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rails-2.18.0/lib")