From d2fbf72b041b88f626ba4143f5b48b6d9dd305cc Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 5 Jul 2021 00:13:34 +0900 Subject: [PATCH] Fix a typo --- config/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'