Fix rubocop otions to allow long classes

This commit is contained in:
2025-06-21 18:35:02 +03:00
parent 5c90d62e78
commit 2fa3ba5170

View File

@@ -25,6 +25,9 @@ Metrics/AbcSize:
Metrics/MethodLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false