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:
|
Exclude:
|
||||||
- 'test/**/*'
|
- 'test/**/*'
|
||||||
|
|
||||||
|
Metrics/ModuleLength:
|
||||||
|
Max: 150
|
||||||
|
|
||||||
Naming/FileName:
|
Naming/FileName:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'script/deliver-message'
|
- 'script/deliver-message'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue