7 lines
153 B
Plaintext
Raw Normal View History

2023-02-14 19:19:37 -08:00
# typed: strict
module RuboCop::Cop::Cask::CaskHelp
requires_ancestor { RuboCop::Cop::Base }
2024-01-30 22:48:36 -08:00
# requires_ancestor { RuboCop::Cop::CommentsHelp }
2023-02-14 19:19:37 -08:00
end