Enable rubocop Performance/Caller cop without issues

This commit is contained in:
Bertocq
2018-02-10 20:59:20 +01:00
parent b3b28e21d0
commit 5de51b5f3c

View File

@@ -25,6 +25,9 @@ Metrics/LineLength:
Layout/IndentationConsistency:
EnforcedStyle: rails
Performance/Caller:
Enabled: true
RSpec/AlignLeftLetBrace:
Enabled: false