Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Remove performance cops #115

Merged
merged 1 commit into from
May 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Remove redundant cop config for Performance/TimesMap

# 3.11.1

* Fix renamed cops IndentArray and IndentHash.
Expand Down
3 changes: 0 additions & 3 deletions configs/rubocop/other-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,3 @@ WhileUntilModifier:

Style/FrozenStringLiteralComment:
Enabled: false

Performance/TimesMap:
Enabled: false