Bump the Rubocop TargetRubyVersion
parameter now we're using 2.6.3
- This was set to 2.3 because Homebrew was running Ruby 2.3.7. Since https://github.com/Homebrew/brew/pull/6556, we're running 2.6.3. With this change, Rubocop will check against modern Ruby syntax.
This commit is contained in:
parent
16d477c696
commit
6d7ef5c94d
@ -3,7 +3,7 @@
|
|||||||
require: ./Homebrew/rubocops.rb
|
require: ./Homebrew/rubocops.rb
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.3
|
TargetRubyVersion: 2.6
|
||||||
DisplayCopNames: false
|
DisplayCopNames: false
|
||||||
|
|
||||||
# Use `<<~` for heredocs.
|
# Use `<<~` for heredocs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user