Update formula_cop.rb

This commit is contained in:
Douglas Eichelberger 2023-02-21 09:52:20 -08:00 committed by GitHub
parent 387d2f859f
commit bd5a7f6a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ module RuboCop
# Abstract base class for all formula cops.
#
# @api private
class FormulaCop < Cop
class FormulaCop < Base
extend T::Sig
extend T::Helpers
include RangeHelp