Skip to content

Commit a8e131f

Browse files
authored
Merge pull request #2140 from yahonda/performance_bind_call
Enable `Performance/BindCall` cop
2 parents fdf6981 + 811e41e commit a8e131f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ Style/ColonMethodCall:
223223
Style/TrivialAccessors:
224224
Enabled: true
225225

226+
Performance/BindCall:
227+
Enabled: true
228+
226229
Performance/FlatMap:
227230
Enabled: true
228231

0 commit comments

Comments
 (0)