.rubocop.yml in write_xlsx-1.10.1 vs .rubocop.yml in write_xlsx-1.10.2

- old
+ new

@@ -36,10 +36,13 @@ Lint/DuplicateBranch: IgnoreLiteralBranches: true Exclude: - 'lib/write_xlsx/worksheet.rb' +Lint/UnderscorePrefixedVariableName: + Enabled: false + Lint/UselessSetterCall: Exclude: - 'lib/write_xlsx/worksheet.rb' Metrics/AbcSize: @@ -90,9 +93,12 @@ EnforcedStyle: unannotated Style/HashSyntax: EnforceStyle: ruby19_no_mixed_keys EnforcedShorthandSyntax: either + +Style/IfUnlessModifier: + Enabled: false Style/NumericLiterals: MinDigits: 10 Style/OptionalBooleanParameter: