Update rubocop config to allow the current longest line in the code
This commit is contained in:
parent
ee0c4663e3
commit
5463079393
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ AccessControl:
|
|||
|
||||
# Limit line length
|
||||
LineLength:
|
||||
Max: 79
|
||||
Max: 124 # TODO: lower to 79
|
||||
|
||||
# Disable documentation checking until a class needs to be documented once
|
||||
Documentation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue