config/default.yml in rubocop-1.18.2 vs config/default.yml in rubocop-1.18.3
- old
+ new
@@ -1807,10 +1807,10 @@
MaximumRangeSize: .inf
Lint/MissingSuper:
Description: >-
This cop checks for the presence of constructors and lifecycle callbacks
- without calls to `super`'.
+ without calls to `super`.
Enabled: true
VersionAdded: '0.89'
VersionChanged: '1.4'
Lint/MixedRegexpCaptureTypes: