From 555da0d3747ec86699ebb39a6eea54a3cb3870e1 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 27 Dec 2023 21:48:58 -0800 Subject: [PATCH] I prefer explicit parenthesis. --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 8b2f779e..f06f2e17 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -84,3 +84,4 @@ Style/ExpandPathArguments: { Enabled: false } # Offense count: 5 Style/FrozenStringLiteralComment: { Enabled: false } # Offense count: 42 Style/MixinUsage: { Exclude: ['spec/spec_helper.rb'] } # Offense count: 1 Layout/LineLength: { Enabled: false } +Style/RedundantParentheses: { Enabled: false }