brew vendor-gems: commit updates.
This commit is contained in:
parent
a975bc9b7d
commit
12ae43d936
@ -85,7 +85,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.11.0/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.10.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.10.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.9.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.9.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.2.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.2.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.5.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.5.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.1.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.1.0/lib"
|
||||||
|
@ -70,7 +70,9 @@ Sorbet/ForbidSuperclassConstLiteral:
|
|||||||
Description: 'Forbid superclasses which are non-literal constants.'
|
Description: 'Forbid superclasses which are non-literal constants.'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
VersionAdded: 0.2.0
|
VersionAdded: 0.2.0
|
||||||
VersionChanged: 0.5.0
|
VersionChanged: 0.6.1
|
||||||
|
Exclude:
|
||||||
|
- db/migrate/*.rb
|
||||||
|
|
||||||
Sorbet/ForbidUntypedStructProps:
|
Sorbet/ForbidUntypedStructProps:
|
||||||
Description: >-
|
Description: >-
|
||||||
@ -99,7 +101,7 @@ Sorbet/KeywordArgumentOrdering:
|
|||||||
Enabled: true
|
Enabled: true
|
||||||
VersionAdded: 0.2.0
|
VersionAdded: 0.2.0
|
||||||
|
|
||||||
Sorbet/OnedAncestorPerLine:
|
Sorbet/OneAncestorPerLine:
|
||||||
Description: 'Enforces one ancestor per call to requires_ancestor'
|
Description: 'Enforces one ancestor per call to requires_ancestor'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
VersionAdded: '0.6.0'
|
VersionAdded: '0.6.0'
|
@ -1,6 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
module RuboCop
|
module RuboCop
|
||||||
module Sorbet
|
module Sorbet
|
||||||
VERSION = "0.6.0"
|
VERSION = "0.6.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
x
Reference in New Issue
Block a user