aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/constants.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-03 14:05:07 +0100
committerMarkus Reiter2017-02-12 23:06:35 +0100
commite70d28cba1b42c555f025b7beb13f67d2df5a067 (patch)
tree5237b664f5f5bb29f48a7568daf819f4041ebbb8 /Library/Homebrew/constants.rb
parentf48857d24657c2cf9c8d01c781ba270cff52c8a0 (diff)
downloadbrew-e70d28cba1b42c555f025b7beb13f67d2df5a067.tar.bz2
Add test to check if `rubocop-cask` version is is outdated.
Diffstat (limited to 'Library/Homebrew/constants.rb')
-rw-r--r--Library/Homebrew/constants.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb
new file mode 100644
index 000000000..033a24dd0
--- /dev/null
+++ b/Library/Homebrew/constants.rb
@@ -0,0 +1,3 @@
+# RuboCop version used for `brew style` and `brew cask style`
+HOMEBREW_RUBOCOP_VERSION = "0.47.1".freeze
+HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.10.6".freeze # has to be updated when RuboCop version changes