Update rubocop-shopify (2.7.0 -> 2.12.0) (#1687)

This commit is contained in:
Guilherme Carreiro
2023-02-15 08:40:59 +01:00
committed by GitHub
parent abef59d129
commit 9ab688eada
38 changed files with 720 additions and 382 deletions
+3 -3
View File
@@ -145,7 +145,7 @@ class VariableTest < Minitest::Test
'list' => ['foo'],
'settings' => SettingsDrop.new("zero" => 0),
'foo' => 'bar',
}
},
)
assert_template_result(
@@ -155,7 +155,7 @@ class VariableTest < Minitest::Test
'list' => [{ 'foo' => 'bar' }],
'settings' => SettingsDrop.new("zero" => 0),
'bar' => 'foo',
}
},
)
end
@@ -167,7 +167,7 @@ class VariableTest < Minitest::Test
'list' => [1, { 'foo' => 'bar' }],
'settings' => SettingsDrop.new("zero" => 0),
'bar' => 'foo',
}
},
)
end