git-p4: disable some pylint warnings, to get pylint output to something manageable
commit4c1d58675d07296adb2cf40b4b1c24f8d7a20d75
authorLuke Diamand <luke@diamand.org>
Wed, 29 Jan 2020 11:12:43 +0000 (29 11:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 20:20:58 +0000 (30 12:20 -0800)
treea6f2348d576b8c03310514f1124d288f9f1efb28
parent5c3d5020e66caad0418b5696ba0f3d013641fcdd
git-p4: disable some pylint warnings, to get pylint output to something manageable

pylint is incredibly useful for finding bugs, but git-p4 has never used
it, so there are a lot of warnings that while important, don't actually
result in bugs.

Let's turn those off for now, so we can get some useful output.

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py