mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
4 lines
205 B
Ruby
4 lines
205 B
Ruby
# 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
|