6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
|
|
# typed: strict
|
||
|
|
|
||
|
|
module RuboCop::Cop::Cask::OnUrlStanza
|
||
|
|
requires_ancestor { RuboCop::Cop::Cask::UrlLegacyCommaSeparators }
|
||
|
|
end
|