brew vendor-gems: commit updates.
This commit is contained in:
parent
a44cc26577
commit
3e510ad4ed
@ -90,7 +90,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.31.1/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.14.2/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.14.2/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.15.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.15.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.11.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.11.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.10/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.11/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-3.0.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-3.0.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_formatter-0.1.4/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_formatter-0.1.4/lib"
|
||||||
|
|||||||
@ -25,6 +25,7 @@ Layout/ClassStructure:
|
|||||||
Enabled: true
|
Enabled: true
|
||||||
ExpectedOrder:
|
ExpectedOrder:
|
||||||
- module_inclusion
|
- module_inclusion
|
||||||
|
- constants
|
||||||
- macros
|
- macros
|
||||||
- public_attribute_macros
|
- public_attribute_macros
|
||||||
- protected_attribute_macros
|
- protected_attribute_macros
|
||||||
@ -34,7 +35,6 @@ Layout/ClassStructure:
|
|||||||
- protected_methods
|
- protected_methods
|
||||||
- private_methods
|
- private_methods
|
||||||
- public_class_methods
|
- public_class_methods
|
||||||
- constants
|
|
||||||
|
|
||||||
Layout/ClosingParenthesisIndentation:
|
Layout/ClosingParenthesisIndentation:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
@ -129,6 +129,7 @@ Layout/ParameterAlignment:
|
|||||||
|
|
||||||
Layout/RedundantLineBreak:
|
Layout/RedundantLineBreak:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
InspectBlocks: true
|
||||||
|
|
||||||
Layout/SpaceAfterColon:
|
Layout/SpaceAfterColon:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
@ -231,6 +232,9 @@ Sorbet/ValidSigil:
|
|||||||
|
|
||||||
## Style
|
## Style
|
||||||
|
|
||||||
|
Style/BlockDelimiters:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Style/ClassAndModuleChildren:
|
Style/ClassAndModuleChildren:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
EnforcedStyle: compact
|
EnforcedStyle: compact
|
||||||
@ -1,6 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
module RuboCop
|
module RuboCop
|
||||||
module Sorbet
|
module Sorbet
|
||||||
VERSION = "0.6.10"
|
VERSION = "0.6.11"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user