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

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