diff --git a/config/default.yml b/config/default.yml index 11af268c520..5fbba4556d7 100644 --- a/config/default.yml +++ b/config/default.yml @@ -1809,7 +1809,7 @@ Lint/MissingCopEnableDirective: 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'