Fix order of livecheck in casks.

This commit is contained in:
Markus Reiter 2020-12-13 12:18:37 +01:00 committed by Sam Ford
parent 51274fb02a
commit 05971c0965
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -8,8 +8,7 @@ module RuboCop
STANZA_GROUPS = [ STANZA_GROUPS = [
[:version, :sha256], [:version, :sha256],
[:language], [:language],
[:url, :appcast, :name, :desc, :homepage], [:url, :appcast, :livecheck, :name, :desc, :homepage],
[:livecheck],
[ [
:auto_updates, :auto_updates,
:conflicts_with, :conflicts_with,