Skip to content

Instantly share code, notes, and snippets.

@paulsmith
Last active January 6, 2017 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulsmith/683cc5b5fda04a556f07a5ef6a4042f2 to your computer and use it in GitHub Desktop.
Save paulsmith/683cc5b5fda04a556f07a5ef6a4042f2 to your computer and use it in GitHub Desktop.
Running `make precommit` on commit 335c7b6863046ecd92bb1e4c384b23e13adf0403
************* Module grumpy.compiler.block
compiler/block.py:443: Unused argument 'unused_node' (unused-argument)
************* Module grumpy.compiler.block_test
compiler/block_test.py:81: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:83: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:85: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:87: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:89: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:91: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:93: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:95: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:97: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:99: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:101: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:103: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:118: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:124: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:125: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:131: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:132: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:138: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:139: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:140: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:146: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:152: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:164: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:165: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:171: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:177: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:183: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:184: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:190: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:191: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:203: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/block_test.py:209: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/block_test.py:222: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:223: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:224: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:225: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/block_test.py:229: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/block_test.py:242: Using deprecated method assertRegexpMatches() (deprecated-method)
************* Module grumpy.compiler.expr_visitor
compiler/expr_visitor.py:268: Undefined variable 'long' (undefined-variable)
compiler/expr_visitor.py:308: Undefined variable 'unicode' (undefined-variable)
************* Module grumpy.compiler.expr_visitor_test
compiler/expr_visitor_test.py:183: invalid syntax (syntax-error)
************* Module grumpy.compiler.stmt
compiler/stmt.py:95: The if statement can be replaced with 'var = bool(test)' (simplifiable-if-statement)
compiler/stmt.py:637: Undefined variable 'xrange' (undefined-variable)
************* Module grumpy.compiler.stmt_test
compiler/stmt_test.py:104: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:152: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:219: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:282: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:333: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:350: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:354: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:505: Using deprecated method assertRegexpMatches() (deprecated-method)
compiler/stmt_test.py:511: Using deprecated method assertRaisesRegexp() (deprecated-method)
compiler/stmt_test.py:525: Using deprecated method assertRegexpMatches() (deprecated-method)
************* Module grumpy.compiler.util
compiler/util.py:20: Unable to import 'cStringIO' (import-error)
compiler/util.py:25: Module 'string' has no 'letters' member (no-member)
************* Module benchcmp
tools/benchcmp:40: invalid syntax (syntax-error)
************* Module coverparse
tools/coverparse:47: invalid syntax (syntax-error)
************* Module diffrange
tools/diffrange:79: invalid syntax (syntax-error)
************* Module grumpc
tools/grumpc:42: Expression "((print) >> (sys.stderr), '{} arg must not be empty'.format(arg))" is assigned to nothing (expression-not-assigned)
tools/grumpc:49: Expression "((print) >> (sys.stderr), '{}: line {}: invalid syntax: {}'.format(e.filename, e.lineno, e.text))" is assigned to nothing (expression-not-assigned)
tools/grumpc:62: Expression "((print) >> (sys.stderr), str(e))" is assigned to nothing (expression-not-assigned)
make: *** [pylint] Error 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment