Enable LstripRstrip cop

This requires no code changes since it doesn't actually change anything
in the codebase, just preventative.
This commit is contained in:
Connor Shea 2016-04-27 18:05:57 -06:00
parent a792427eed
commit 267dd23311
1 changed files with 1 additions and 2 deletions

View File

@ -953,10 +953,9 @@ Performance/DoubleStartEndWith:
Performance/EndWith:
Enabled: false
# TODO: Enable LstripRstrip Cop.
# Use `strip` instead of `lstrip.rstrip`.
Performance/LstripRstrip:
Enabled: false
Enabled: true
# TODO: Enable RangeInclude Cop.
# Use `Range#cover?` instead of `Range#include?`.