.rubocop.yml in jwt-1.5.6 vs .rubocop.yml in jwt-2.0.0.beta1

- old
+ new

@@ -1,2 +1,5 @@ +AllCops: + Excludes: + - spec/**/* Metrics/LineLength: Enabled: false