mirror of
https://github.com/gosticks/brew.git
synced 2026-09-07 17:30:26 +00:00
6 lines
222 B
Ruby
6 lines
222 B
Ruby
# frozen_string_literal: true
|
|
|
|
# RuboCop version used for `brew style` and `brew cask style`
|
|
HOMEBREW_RUBOCOP_VERSION = "0.59.1"
|
|
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.22.0" # has to be updated when RuboCop version changes
|