summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 510c1b4b..cd74c973 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,5 +1,8 @@
inherit_from: .rubocop_todo.yml
+require:
+ - rubocop-minitest
+
AllCops:
DisabledByDefault: true
NewCops: enable
@@ -22,5 +25,8 @@ Layout/ExtraSpacing:
Lint:
Enabled: true
+Minitest:
+ Enabled: true
+
Style:
Enabled: true