We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fbbfe6 + f3a343a commit 85714a7Copy full SHA for 85714a7
rubocop.yml
@@ -495,10 +495,6 @@ Lint/UselessSetterCall:
495
Lint/UselessTimes:
496
Enabled: false
497
498
-Lint/Void:
499
- Enabled: false
500
-
501
502
# Metrics Department
503
Metrics/AbcSize:
504
test/fixtures/full_config.yml
@@ -2034,7 +2034,7 @@ Lint/UselessTimes:
2034
VersionChanged: '1.61'
2035
Lint/Void:
2036
Description: Possible use of operator/literal/variable in void context.
2037
+ Enabled: true
2038
AutoCorrect: contextual
2039
VersionAdded: '0.9'
2040
0 commit comments