change Max for rubocop Metrics/ModuleLength
This commit is contained in:
parent
4cf0abb027
commit
e854273c48
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ Metrics/ClassLength:
|
|||
Exclude:
|
||||
- 'test/**/*'
|
||||
|
||||
Metrics/ModuleLength:
|
||||
Max: 150
|
||||
|
||||
Naming/FileName:
|
||||
Exclude:
|
||||
- 'script/deliver-message'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue