diff --git a/Library/Homebrew/rubocops/cask/constants/stanza.rb b/Library/Homebrew/rubocops/cask/constants/stanza.rb index e0bda8dc7b..3019175507 100644 --- a/Library/Homebrew/rubocops/cask/constants/stanza.rb +++ b/Library/Homebrew/rubocops/cask/constants/stanza.rb @@ -6,7 +6,7 @@ module RuboCop module Constants STANZA_GROUPS = [ [:version, :sha256], - [:url, :appcast, :desc, :name, :homepage], + [:url, :appcast, :name, :desc, :homepage], [ :auto_updates, :conflicts_with, @@ -32,6 +32,7 @@ module RuboCop :service, :audio_unit_plugin, :vst_plugin, + :vst3_plugin, :artifact, :stage_only, ],