summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c5452382..4ab6b157 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,6 +1,7 @@
inherit_from: .rubocop_todo.yml
require:
+ - rubocop-performance
- rubocop-minitest
AllCops:
@@ -30,6 +31,9 @@ Lint:
Minitest:
Enabled: true
+Performance:
+ Enabled: true
+
Style:
Enabled: true