allow shorthand and legacy hash syntax

shorthand is only available with ruby 3.1+
This commit is contained in:
Jon Ruskin 2022-12-22 15:30:41 -07:00
Родитель 3054bc2f96
Коммит 358352fbb2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -6,3 +6,6 @@ AllCops:
Exclude:
- test/fixtures/**/*
- vendor/**/*
Style/HashSyntax:
EnforcedShorthandSyntax: either