change Max for rubocop Metrics/ModuleLength

This commit is contained in:
Boubacar 2020-02-17 12:33:47 -05:00
parent 4cf0abb027
commit e854273c48

View file

@ -29,6 +29,9 @@ Metrics/ClassLength:
Exclude:
- 'test/**/*'
Metrics/ModuleLength:
Max: 150
Naming/FileName:
Exclude:
- 'script/deliver-message'