aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/constants.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-05-28 16:59:53 +0100
committerMike McQuaid2017-05-29 18:42:02 +0100
commit4356016b4a1c2eaba02680b4ad7f1747d2df53bf (patch)
tree9932f9c8fd87d9bdb4d36770012748782e5a497c /Library/Homebrew/constants.rb
parent3165fd2519c41a2be7e12442a5098d3b699fda04 (diff)
downloadbrew-4356016b4a1c2eaba02680b4ad7f1747d2df53bf.tar.bz2
Use parallel RuboCop
This requires updating to Rubocop 0.49.0 which will require some fixes to rules, in Homebrew/brew and Homebrew/homebrew-core but opening this for now so I remember.
Diffstat (limited to 'Library/Homebrew/constants.rb')
-rw-r--r--Library/Homebrew/constants.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb
index 827d5827f..4ccf18624 100644
--- a/Library/Homebrew/constants.rb
+++ b/Library/Homebrew/constants.rb
@@ -1,3 +1,3 @@
# RuboCop version used for `brew style` and `brew cask style`
-HOMEBREW_RUBOCOP_VERSION = "0.47.1".freeze
-HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.12.0".freeze # has to be updated when RuboCop version changes
+HOMEBREW_RUBOCOP_VERSION = "0.49.1".freeze
+HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.13.0".freeze # has to be updated when RuboCop version changes