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 = [
[:version, :sha256],
[:language],
[:url, :appcast, :name, :desc, :homepage],
[:livecheck],
[:url, :appcast, :livecheck, :name, :desc, :homepage],
[
:auto_updates,
:conflicts_with,