Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Issue 776883002: pylint: upgrade to 1.4.0 (Closed)

Created:
6 years ago by vapier
Modified:
6 years ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org
Project:
tools
Visibility:
Public.

Description

pylint: upgrade to 1.4.0 This is largely a bugfix release, so should be much easier to transition. BUG=chromium:431514 TEST=ran on some code bases and checked output

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3263 lines, -1429 lines) Patch
M third_party/logilab/astroid/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M third_party/logilab/astroid/__init__.py View 3 chunks +14 lines, -1 line 0 comments Download
M third_party/logilab/astroid/__pkginfo__.py View 1 chunk +4 lines, -11 lines 0 comments Download
M third_party/logilab/astroid/as_string.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/logilab/astroid/bases.py View 10 chunks +101 lines, -53 lines 0 comments Download
M third_party/logilab/astroid/brain/py2gi.py View 3 chunks +24 lines, -28 lines 0 comments Download
M third_party/logilab/astroid/brain/py2mechanize.py View 2 chunks +4 lines, -6 lines 0 comments Download
A third_party/logilab/astroid/brain/py2pytest.py View 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/logilab/astroid/brain/py2qt4.py View 2 chunks +4 lines, -7 lines 0 comments Download
M third_party/logilab/astroid/brain/py2stdlib.py View 10 chunks +49 lines, -54 lines 0 comments Download
M third_party/logilab/astroid/builder.py View 4 chunks +20 lines, -17 lines 0 comments Download
M third_party/logilab/astroid/inference.py View 6 chunks +49 lines, -48 lines 0 comments Download
M third_party/logilab/astroid/manager.py View 12 chunks +73 lines, -31 lines 0 comments Download
M third_party/logilab/astroid/mixins.py View 3 chunks +7 lines, -5 lines 0 comments Download
M third_party/logilab/astroid/modutils.py View 22 chunks +114 lines, -81 lines 0 comments Download
M third_party/logilab/astroid/node_classes.py View 16 chunks +37 lines, -22 lines 0 comments Download
M third_party/logilab/astroid/protocols.py View 4 chunks +6 lines, -10 lines 0 comments Download
M third_party/logilab/astroid/raw_building.py View 5 chunks +9 lines, -6 lines 0 comments Download
M third_party/logilab/astroid/rebuilder.py View 54 chunks +13 lines, -68 lines 0 comments Download
M third_party/logilab/astroid/scoped_nodes.py View 23 chunks +138 lines, -72 lines 0 comments Download
M third_party/logilab/astroid/utils.py View 2 chunks +10 lines, -9 lines 0 comments Download
M third_party/logilab/common/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M third_party/logilab/common/__pkginfo__.py View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/logilab/common/cli.py View 5 chunks +18 lines, -16 lines 0 comments Download
M third_party/logilab/common/configuration.py View 1 chunk +7 lines, -8 lines 0 comments Download
M third_party/logilab/common/daemon.py View 3 chunks +4 lines, -5 lines 0 comments Download
M third_party/logilab/common/date.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/logilab/common/dbf.py View 4 chunks +4 lines, -3 lines 0 comments Download
M third_party/logilab/common/deprecation.py View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/logilab/common/optparser.py View 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/logilab/common/pytest.py View 7 chunks +69 lines, -24 lines 0 comments Download
M third_party/logilab/common/ureports/__init__.py View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/logilab/common/ureports/text_writer.py View 7 chunks +15 lines, -15 lines 0 comments Download
M third_party/logilab/common/urllib2ext.py View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/pylint/README.chromium View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/pylint/__init__.py View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/pylint/__pkginfo__.py View 1 chunk +3 lines, -7 lines 0 comments Download
M third_party/pylint/checkers/__init__.py View 6 chunks +10 lines, -29 lines 0 comments Download
M third_party/pylint/checkers/base.py View 32 chunks +150 lines, -75 lines 0 comments Download
M third_party/pylint/checkers/classes.py View 25 chunks +159 lines, -24 lines 0 comments Download
M third_party/pylint/checkers/design_analysis.py View 11 chunks +19 lines, -23 lines 0 comments Download
M third_party/pylint/checkers/exceptions.py View 14 chunks +83 lines, -94 lines 0 comments Download
M third_party/pylint/checkers/format.py View 18 chunks +57 lines, -37 lines 0 comments Download
M third_party/pylint/checkers/imports.py View 13 chunks +31 lines, -16 lines 0 comments Download
M third_party/pylint/checkers/logging.py View 7 chunks +51 lines, -8 lines 0 comments Download
M third_party/pylint/checkers/misc.py View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/pylint/checkers/newstyle.py View 8 chunks +33 lines, -12 lines 0 comments Download
A third_party/pylint/checkers/python3.py View 1 chunk +464 lines, -0 lines 0 comments Download
M third_party/pylint/checkers/similar.py View 8 chunks +21 lines, -17 lines 0 comments Download
A third_party/pylint/checkers/spelling.py View 1 chunk +241 lines, -0 lines 0 comments Download
M third_party/pylint/checkers/stdlib.py View 5 chunks +41 lines, -3 lines 0 comments Download
M third_party/pylint/checkers/strings.py View 15 chunks +31 lines, -35 lines 0 comments Download
M third_party/pylint/checkers/typecheck.py View 12 chunks +30 lines, -62 lines 0 comments Download
M third_party/pylint/checkers/utils.py View 5 chunks +87 lines, -7 lines 0 comments Download
M third_party/pylint/checkers/variables.py View 23 chunks +195 lines, -65 lines 0 comments Download
M third_party/pylint/config.py View 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/pylint/epylint.py View 7 chunks +11 lines, -10 lines 0 comments Download
M third_party/pylint/gui.py View 10 chunks +22 lines, -15 lines 0 comments Download
M third_party/pylint/interfaces.py View 1 chunk +13 lines, -1 line 0 comments Download
M third_party/pylint/lint.py View 36 chunks +371 lines, -70 lines 0 comments Download
M third_party/pylint/pyreverse/diadefslib.py View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/pylint/pyreverse/diagrams.py View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/pylint/pyreverse/main.py View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/pylint/pyreverse/utils.py View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/pylint/reporters/__init__.py View 6 chunks +25 lines, -30 lines 0 comments Download
M third_party/pylint/reporters/guireporter.py View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/pylint/reporters/html.py View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/pylint/reporters/text.py View 5 chunks +16 lines, -14 lines 0 comments Download
M third_party/pylint/testutils.py View 16 chunks +67 lines, -41 lines 0 comments Download
M third_party/pylint/utils.py View 32 chunks +154 lines, -91 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
vapier
let's see if i can lgtm this myself since i got it in https://codereview.chromium.org/753543006 already ...
6 years ago (2014-12-03 06:59:52 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/776883002/1
6 years ago (2014-12-03 07:08:48 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years ago (2014-12-03 07:08:51 UTC) #6
vapier
6 years ago (2014-12-11 21:47:54 UTC) #7
the original git one worked fine.  the existing tests were just flaky on the
bots.

Powered by Google App Engine
This is Rietveld 408576698