
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.
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.0".freeze # has to be updated when RuboCop version changes
|