Update rubocop config to allow the current longest line in the code

This commit is contained in:
Dan Kubb 2013-07-28 12:16:12 -07:00
parent ee0c4663e3
commit 5463079393

View file

@ -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: