.rubocop.yml in oidc-test-0.8.1 vs .rubocop.yml in oidc-test-0.8.2

- old
+ new

@@ -1,7 +1,7 @@ AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 3.1 Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes @@ -9,5 +9,11 @@ Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 + +Style/Documentation: + Enabled: false + +Metrics: + Enabled: false