Add language
stanza to cask rubocops
Also fix the corresponding test
This commit is contained in:
parent
984e926d19
commit
c66fa42efd
@ -6,6 +6,7 @@ module RuboCop
|
|||||||
module Constants
|
module Constants
|
||||||
STANZA_GROUPS = [
|
STANZA_GROUPS = [
|
||||||
[:version, :sha256],
|
[:version, :sha256],
|
||||||
|
[:language],
|
||||||
[:url, :appcast, :name, :desc, :homepage],
|
[:url, :appcast, :name, :desc, :homepage],
|
||||||
[
|
[
|
||||||
:auto_updates,
|
:auto_updates,
|
||||||
|
@ -5,7 +5,6 @@ cask "with-languages" do
|
|||||||
sha256 "abc123"
|
sha256 "abc123"
|
||||||
"zh-CN"
|
"zh-CN"
|
||||||
end
|
end
|
||||||
|
|
||||||
language "en-US", default: true do
|
language "en-US", default: true do
|
||||||
sha256 "xyz789"
|
sha256 "xyz789"
|
||||||
"en-US"
|
"en-US"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user