gerrit/gerrit-util-http
David Pursehouse 410a066be7 Fix line length warnings
Update the Checkstyle configuration to only warn on lines that exceed
150 characters.

In code reviews we usually ask people to wrap lines at around 80 columns,
but there are too many existing long lines (between 80 and 150) to bother
fixing them all now.

Only wrap the ones that are egregiously long (i.e. more than 150) and add
suppressions for the ones that cannot be wrapped, for example containing
long URLs.

Change-Id: I09625efa7a0509f1d88c27ebc83dda67b6afd026
2015-03-19 18:35:04 +09:00
..
src Fix line length warnings 2015-03-19 18:35:04 +09:00
BUCK Refactor RequestUtil into a separate package 2014-10-30 15:35:26 -07:00