mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 21:55:20 +08:00
Change line length in rubocop to 120
This commit is contained in:
parent
bb29a97962
commit
5987be79c3
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ Metrics/CyclomaticComplexity:
|
|||
Enabled: false
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 80
|
||||
Max: 120
|
||||
AllowHeredoc: true
|
||||
AllowURI: true
|
||||
URISchemes:
|
||||
|
|
Loading…
Add table
Reference in a new issue