.rubocop.yml in trav3-0.5.1 vs .rubocop.yml in trav3-1.0.0

- old
+ new

@@ -3787,10 +3787,10 @@ WordRegex: !ruby/regexp '/\A[\p{Word}\n\t]+\z/' Style/YodaCondition: Description: 'Do not use literals as the first operand of a comparison.' Reference: 'https://en.wikipedia.org/wiki/Yoda_conditions' - Enabled: true + Enabled: false EnforcedStyle: forbid_for_all_comparison_operators SupportedStyles: - forbid_for_all_comparison_operators - forbid_for_equality_operators_only - require_for_all_comparison_operators