Douglas Eichelberger c83e0170a9 Fix cask_help rbi
2024-02-11 20:27:38 -08:00

8 lines
222 B
Ruby

# typed: strict
module RuboCop::Cop::Cask::CaskHelp
# Sorbet doesn't understand `prepend`: https://github.com/sorbet/sorbet/issues/259
include RuboCop::Cop::CommentsHelp
requires_ancestor { RuboCop::Cop::Base }
end