.rubocop.yml in lite-uxid-1.5.2 vs .rubocop.yml in lite-uxid-2.0.0

- old
+ new

@@ -21,9 +21,11 @@ EnforcedStyle: empty_lines_except_namespace Layout/LineLength: Enabled: false Layout/SpaceAroundMethodCallOperator: Enabled: true +Lint/MissingSuper: + Enabled: false Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Metrics/BlockLength: