brew/Library/Homebrew/constants.rb

6 lines
222 B
Ruby
Raw Normal View History

2017-09-24 19:10:57 +01:00
# frozen_string_literal: true
# RuboCop version used for `brew style` and `brew cask style`
2017-09-24 19:10:57 +01:00
HOMEBREW_RUBOCOP_VERSION = "0.50.0"
2017-10-20 16:07:27 +02:00
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.14.4" # has to be updated when RuboCop version changes