.rubocop.yml in key_vortex-contract-0.2.0 vs .rubocop.yml in key_vortex-contract-0.2.1

- old
+ new

@@ -1,7 +1,8 @@ AllCops: TargetRubyVersion: 2.6 + NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes @@ -9,5 +10,9 @@ Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 + +Style/Documentation: + AllowedConstants: + - SampleRecord