.rubocop.yml in ngrok-api-0.9.0 vs .rubocop.yml in ngrok-api-0.12.0

- old
+ new

@@ -3,10 +3,10 @@ AllCops: TargetRubyVersion: 3.0 Metrics/LineLength: - Max: 120 + Enabled: false # Ignore Rails-y Airbnb recommendation Airbnb/ClassOrModuleDeclaredInWrongFile: Enabled: false