pkg_version: disable rubocop hash alignment

This commit is contained in:
Seeker 2020-08-11 13:15:50 -07:00
parent e9b6a6df4b
commit f904cc2aea

View File

@ -10,7 +10,7 @@ class PkgVersion
attr_reader :version, :revision
delegate [
delegate [ # rubocop:disable Layout/HashAlignment
:major,
:minor,
:patch,