Reduce pylint maximum file length to 4500
authorThomas Thrainer <thomasth@google.com>
Wed, 22 May 2013 13:47:05 +0000 (15:47 +0200)
committerThomas Thrainer <thomasth@google.com>
Wed, 22 May 2013 13:58:37 +0000 (15:58 +0200)
commit26ec2f388195849031a848db4911733bf9e29ee7
treefb6937b741a739d95cb75999af3c621830917c28
parenta755f3a09298edb515b5dca235742ce9bd7021c1
Reduce pylint maximum file length to 4500

The longest Python files we still have are around 4200 lines long. In
order to prevent future growth, limit the maximum file length (checked
by pylint) to 4500 lines.

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
pylintrc