diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-05-15 23:48:44 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-05-15 23:48:44 +0000 |
commit | 0826c0749f9597be07171fed63160dcb1718e35c (patch) | |
tree | 0183f9f6c77af43cdd874e5e9de9395c6e43c251 | |
parent | 2b30e3aabafa43c224cb6d57dc232d78b28a4901 (diff) | |
parent | de50d81c918ff8aa84ac2d2f2c64a0c42d94f0a3 (diff) | |
download | git-repo-0826c0749f9597be07171fed63160dcb1718e35c.tar.gz |
Merge "Disable warning about locally disabling pylint warnings"
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ load-plugins= | |||
53 | enable=RP0004 | 53 | enable=RP0004 |
54 | 54 | ||
55 | # Disable the message(s) with the given id(s). | 55 | # Disable the message(s) with the given id(s). |
56 | disable=R0903,R0912,R0913,R0914,R0915,W0141,C0111,C0103,W0603,W0703,R0911,C0301,C0302,R0902,R0904,W0142,W0212,E1101,E1103,R0201,W0201,W0122,W0232,RP0001,RP0003,RP0101,RP0002,RP0401,RP0701,RP0801,F0401,E0611,R0801 | 56 | disable=R0903,R0912,R0913,R0914,R0915,W0141,C0111,C0103,W0603,W0703,R0911,C0301,C0302,R0902,R0904,W0142,W0212,E1101,E1103,R0201,W0201,W0122,W0232,RP0001,RP0003,RP0101,RP0002,RP0401,RP0701,RP0801,F0401,E0611,R0801,I0011 |
57 | 57 | ||
58 | [REPORTS] | 58 | [REPORTS] |
59 | 59 | ||