Closed catlee closed 10 months ago
This seems to be an expected behavior of IncludeActiveSupportAliases: false
. Accepting the changes in this PR would make IncludeActiveSupportAliases: false
and IncludeActiveSupportAliases: true
behave the same.
The example code for the DoubleStartEndWith is missing the
# bad
header for the first section here: https://docs.rubocop.org/rubocop-performance/cops_performance.html#includeactivesupportaliases-false-defaultThis PR adds the appropriate comments for this example.
Before submitting the PR make sure the following are checked:
[Fix #issue-number]
(if the related issue exists).master
(if not - rebase it).bundle exec rake default
. It executes all tests and runs RuboCop on its own code.{change_type}_{change_description}.md
if the new code introduces user-observable changes. See changelog entry format for details.