aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/constants.rb
diff options
context:
space:
mode:
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..827d5827f
--- /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.12.0".freeze # has to be updated when RuboCop version changes