From 5217384162c90f79fe879be548994a9f4c82a545 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 16 Jul 2021 15:53:30 +0200 Subject: [PATCH] Maintenance: Activated rubocop Style/MethodDefParentheses. --- .rubocop/default.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.rubocop/default.yml b/.rubocop/default.yml index 617260afc..4617def93 100644 --- a/.rubocop/default.yml +++ b/.rubocop/default.yml @@ -108,12 +108,6 @@ Style/DefWithParentheses: Description: 'Use def with parentheses when there are arguments.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#method-parens' Enabled: false -Style/MethodDefParentheses: - Description: >- - Checks if the method definitions have or don't have - parentheses. - StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#method-parens' - Enabled: false Layout/HashAlignment: Description: >-