Disable R0801 messages in pylintrc. R0801 messages indicates that a set of similar...
commit5f1f69f97babc5380caacb9120bdfb10091af4a9
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 20 Jan 2009 21:00:55 +0000 (20 21:00 +0000)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 20 Jan 2009 21:00:55 +0000 (20 21:00 +0000)
tree80c705484e4bfe7060132f4d76461d52866fb556
parent860034225349148f50d09e9f02bdd0c53fe4ee46
Disable R0801 messages in pylintrc. R0801 messages indicates that a set of similar lines has been detected among multiple file. This usually means that the code should be refactored to avoid this duplication but in our case it's useless since it shows a lot of imports code or authors.

Patch by: Pawel Solyga
Review by: to-be-reviewed
scripts/pylint/pylintrc