blob: 9514320abe90107c85b5d0a0892e29826675ce8d (
plain)
| 1
2
3
4
5
 | # frozen_string_literal: true
# RuboCop version used for `brew style` and `brew cask style`
HOMEBREW_RUBOCOP_VERSION = "0.52.1"
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.16.0" # has to be updated when RuboCop version changes
 |