.rubocop.yml in appium_lib-9.1.2 vs .rubocop.yml in appium_lib-9.1.3

- old
+ new

@@ -38,5 +38,14 @@ Enabled: false Style/VariableNumber: EnforcedStyle: 'snake_case' Lint/NestedMethodDefinition: Enabled: false +# Should enable and fix for Ruby3 +Style/FrozenStringLiteralComment: + Enabled: false +# Can use over Ruby2.3 +Style/SafeNavigation: + Enabled: false +# Can use over Ruby2.3 +Style/NumericPredicate: + Enabled: false