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:
Issy Long 2019-10-13 09:57:10 +01:00
parent 16d477c696
commit 6d7ef5c94d
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -3,7 +3,7 @@
require: ./Homebrew/rubocops.rb
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.6
DisplayCopNames: false
# Use `<<~` for heredocs.