Skip to content
Snippets Groups Projects
Unverified Commit 6d7ef5c9 authored by Issy Long's avatar Issy Long
Browse files

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.
parent 16d477c6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
require: ./Homebrew/rubocops.rb
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.6
DisplayCopNames: false
# Use `<<~` for heredocs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment