commit | 56f4eea26c703992d0a27fd99b7083593f209677 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Sat May 04 21:40:56 2013 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Sat May 04 21:40:56 2013 +0900 |
tree | a243ae9bde5cdd794eb81ff7498ee36291faf179 | |
parent | f385d0ca09cf5076d602b6d585c1f06e84b757fe [diff] |
Disable pylint warnings about similar lines in multiple files When running pylint over the entire code base, it reports the warning: R0801: Similar lines in 2 files for several pairs of files. The code referred to is boilerplate code related to imports and error handling. It is not practical to change the code to avoid the warnings, so simply disable them in the config. Change-Id: Ie685fdf1cab60fb8f1503be560166a14058698d8