.rubocop.yml in rasn1-0.6.8 vs .rubocop.yml in rasn1-0.7.0

- old
+ new

@@ -4,10 +4,12 @@ Enabled: false Lint/Void: Enabled: false Metrics: Enabled: false +Naming/AccessorMethodName: + Enabled: false Style/AsciiComments: Enabled: false Style/Encoding: Enabled: false Style/EvalWithLocation: @@ -18,9 +20,11 @@ EnforcedStyle: unannotated Style/PerlBackrefs: Enabled: false Style/RedundantSelf: Enabled: false +Style/RegexpLiteral: + EnforcedStyle: slashes Style/StructInheritance: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Style/TrailingCommaInHashLiteral: