mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
4 lines
205 B
Ruby
4 lines
205 B
Ruby
# RuboCop version used for `brew style` and `brew cask style`
|
|
HOMEBREW_RUBOCOP_VERSION = "0.49.1".freeze
|
|
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.13.1".freeze # has to be updated when RuboCop version changes
|