summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-28 12:12:25 -0800
committerGitHub <noreply@github.com>2020-12-28 12:12:25 -0800
commit9738c670511334fb5ec985b436f078294ccdc46d (patch)
tree560a5e730d24aff68a1dc65a86c2870d2c2e6e7b /.rubocop.yml
parent49bf4fd8d6a2dcbc9a0e8f3f9783f400e2cdd713 (diff)
parent1c48a7b9c73e39dc49b03e8196661d1c82f05ac5 (diff)
downloadchef-9738c670511334fb5ec985b436f078294ccdc46d.tar.gz
Merge pull request #10779 from chef/Lint_ParenthesesAsGroupedExpression
Resolve Lint/ParenthesesAsGroupedExpression warnings
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: