aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/constants.rb
blob: 529c49feb713e5d1ac1773f8c54d4218cd02bc31 (plain)
1
2
3
4
5
# frozen_string_literal: true

# RuboCop version used for `brew style` and `brew cask style`
HOMEBREW_RUBOCOP_VERSION = "0.51.0"
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.15.1" # has to be updated when RuboCop version changes