fix rubocop

This commit is contained in:
Pete Matsyburka
2024-11-10 13:11:25 +02:00
parent 76f1f140ac
commit 6759c26d86
+2 -2
View File
@@ -51,10 +51,10 @@ Metrics/AbcSize:
- spec/**/*
Metrics/ModuleLength:
Max: 500
Max: 1000
Metrics/ClassLength:
Max: 500
Max: 1000
RSpec/NestedGroups:
Max: 6