diff options
author | Go MAEDA <maeda@farend.jp> | 2021-01-16 05:53:04 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-01-16 05:53:04 +0000 |
commit | d4f04f96f0ddd4d466d46134206febb517ce4640 (patch) | |
tree | 3f59400266ca020cabd9027e5b5cf54c2e72c80e /.rubocop.yml | |
parent | ac015d49f9c6778420a9e5cac78ac44f5845a346 (diff) | |
download | redmine-d4f04f96f0ddd4d466d46134206febb517ce4640.tar.gz redmine-d4f04f96f0ddd4d466d46134206febb517ce4640.zip |
Reverts r20658.
git-svn-id: http://svn.redmine.org/redmine/trunk@20713 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |