.rubocop.yml in trav3-0.2.5 vs .rubocop.yml in trav3-0.3.0

- old
+ new

@@ -2148,10 +2148,10 @@ - prefer_alias_method Style/AndOr: Description: 'Use &&/|| instead of and/or.' StyleGuide: '#no-and-or-or' - Enabled: true + Enabled: false VersionAdded: '0.9' VersionChanged: '0.25' # Whether `and` and `or` are banned only in conditionals (conditionals) # or completely (always). EnforcedStyle: always