brew/Library/Homebrew/constants.rb
2017-10-26 10:21:46 +10:00

6 lines
222 B
Ruby

# 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