From: Go MAEDA Date: Sat, 16 Jan 2021 05:53:04 +0000 (+0000) Subject: Reverts r20658. X-Git-Tag: 4.2.0~116 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d4f04f96f0ddd4d466d46134206febb517ce4640;p=redmine.git Reverts r20658. git-svn-id: http://svn.redmine.org/redmine/trunk@20713 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.rubocop.yml b/.rubocop.yml index 11469004f..032b21651 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -190,10 +190,6 @@ Style/IdenticalConditionalBranches: - 'config/initializers/10-patches.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' -Style/Lambda: - Enabled: true - EnforcedStyle: lambda - Style/NegatedIfElseCondition: Enabled: false