Merge pull request #8265 from waldyrious/fix-cask-stanza-order-and-grouping

Fix order and grouping of cask stanzas
This commit is contained in:
Markus Reiter 2020-08-09 19:51:51 +02:00 committed by GitHub
commit 984e926d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ module RuboCop
module Constants module Constants
STANZA_GROUPS = [ STANZA_GROUPS = [
[:version, :sha256], [:version, :sha256],
[:url, :appcast, :desc, :name, :homepage], [:url, :appcast, :name, :desc, :homepage],
[ [
:auto_updates, :auto_updates,
:conflicts_with, :conflicts_with,
@ -32,6 +32,7 @@ module RuboCop
:service, :service,
:audio_unit_plugin, :audio_unit_plugin,
:vst_plugin, :vst_plugin,
:vst3_plugin,
:artifact, :artifact,
:stage_only, :stage_only,
], ],