Update Rubocop configuration

This commit is contained in:
Gabriel Arazas 2023-11-24 11:29:28 +08:00
parent 36dffaf3e4
commit b2d8534999
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,5 +1,14 @@
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false