9 lines
223 B
Plaintext
Raw Normal View History

2023-02-14 19:19:37 -08:00
# typed: strict
module RuboCop::Cop::Cask::CaskHelp
2024-02-04 05:53:24 -08:00
# Sorbet doesn't understand `prepend`: https://github.com/sorbet/sorbet/issues/259
include RuboCop::Cop::CommentsHelp
2025-08-13 12:23:12 -07:00
2023-02-14 19:19:37 -08:00
requires_ancestor { RuboCop::Cop::Base }
end