summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-25 19:59:45 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-25 20:37:21 -0800
commit1c48a7b9c73e39dc49b03e8196661d1c82f05ac5 (patch)
tree3d5f1d2e7be47d0834117a37f2ed506685475f7e /.rubocop.yml
parent07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc (diff)
downloadchef-1c48a7b9c73e39dc49b03e8196661d1c82f05ac5.tar.gz
Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpression
Get some consistency here Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 0270949244..ebee4a6e41 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -12,8 +12,6 @@ Lint/UselessAssignment:
Enabled: false
Lint/DeprecatedClassMethods:
Enabled: false
-Lint/ParenthesesAsGroupedExpression:
- Enabled: false
Lint/AmbiguousRegexpLiteral:
Enabled: false
Lint/AssignmentInCondition: