.rubocop.yml in api-auth-2.2.1 vs .rubocop.yml in api-auth-2.3.0

- old
+ new

@@ -1,7 +1,10 @@ inherit_from: .rubocop_todo.yml +AllCops: + TargetRubyVersion: 2.3 + Metrics/AbcSize: Max: 25 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https @@ -12,5 +15,8 @@ Max: 40 Naming/FileName: Exclude: - 'lib/api-auth.rb' + +Style/FrozenStringLiteralComment: + Enabled: false