Fix line too long lint errors
authorNicholas Ormrod <njormrod@fb.com>
Fri, 31 Oct 2014 21:54:30 +0000 (14:54 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:26:01 +0000 (18:26 -0800)
commit8160f2fb948a416e15be3b1201d80377b02948a7
tree74fdc75e647b3f597e21a7f10b7b285e847fd70d
parente5ce811f901193f14833f7d3cfe1c5cf79a0ee53
Fix line too long lint errors

Summary:
Many lines that are too long contain URLs. This diff adds
url-like lines to the list of exceptions to 80-char limits. It also
fixed the locations in folly with line-too-long errors.

Test Plan: arc lint on folly, see no line-too-long errors.

Reviewed By: robbert@fb.com

Subscribers: sdwilsh, njormrod, folly-diffs@

FB internal diff: D1644151

Tasks: 5486739

Signature: t1:1644151:1414779408:76bcec1d14daaa8ed071c715bf26b108c8fe4b87
folly/test/SocketAddressTest.cpp