Skip to content

Instantly share code, notes, and snippets.

@shivaram
Created July 3, 2017 20:48
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 shivaram/039511355e726ea7a277f51d3032e1ac to your computer and use it in GitHub Desktop.
Save shivaram/039511355e726ea7a277f51d3032e1ac to your computer and use it in GitHub Desktop.
pywren-pylint-out.txt
W: 42,16: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W: 69,16: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:129,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
************* Module pywren.executor
W: 54,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W: 71,25: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W: 90,25: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:103,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:119,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:250,24: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:257,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
************* Module pywren.future
C: 29, 0: Empty class docstring (empty-docstring)
W:155,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:180,32: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
R:178,12: Redefinition of self._state type from pywren.future.JobState.success to pywren.future.JobState.error (redefined-variable-type)
E: 92,22: Access to member '_exception' before its definition line 173 (access-member-before-definition)
E: 88,19: Access to member '_return_val' before its definition line 167 (access-member-before-definition)
************* Module pywren.wrenhandler
W: 24, 4: Relative import 'wrenutil', should be 'pywren.wrenutil' (relative-import)
W: 25, 4: Relative import 'version', should be 'pywren.version' (relative-import)
W: 58,17: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W: 60,17: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W: 62,17: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W: 71,29: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W: 74,17: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:192,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:205,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:232,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:241,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:302,28: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
************* Module pywren.scripts.pywrencli
C:130, 0: Empty function docstring (empty-docstring)
C:154, 0: Empty function docstring (empty-docstring)
C:293, 0: Empty function docstring (empty-docstring)
E:575,11: Unexpected keyword argument 'obj' in function call (unexpected-keyword-arg)
E:575,11: No value for argument 'ctx' in function call (no-value-for-parameter)
E:575,11: No value for argument 'filename' in function call (no-value-for-parameter)
************* Module pywren.scripts.setupscript
E:199, 4: No value for argument 'ctx' in function call (no-value-for-parameter)
E:199, 4: No value for argument 'dryrun' in function call (no-value-for-parameter)
E:199, 4: No value for argument 'suffix' in function call (no-value-for-parameter)
************* Module pywren.scripts.standalone
W: 92,20: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:145,25: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:154,29: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:161,32: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
W:191,25: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)
************* Module pywren.serialize.serialize
C:171, 4: Import "import testmod" should be placed at the top of the module (wrong-import-position)
E:179, 4: Possible unbalanced tuple unpacking with sequence defined at line 164: left side has 3 label(s), right side has 2 value(s) (unbalanced-tuple-unpacking)
C: 12, 4: standard import "from pywren.cStringIO import StringIO" comes before "from six.moves import cPickle as pickle" (wrong-import-order)
C: 15, 8: standard import "from pickle import Pickler" comes before "from six.moves import cPickle as pickle" (wrong-import-order)
C: 17,12: standard import "from cStringIO import StringIO" comes before "from six.moves import cPickle as pickle" (wrong-import-order)
C: 19,12: standard import "from io import BytesIO" comes before "from six.moves import cPickle as pickle" (wrong-import-order)
C: 23, 8: standard import "from pickle import _Pickler as Pickler" comes before "from six.moves import cPickle as pickle" (wrong-import-order)
C: 24, 8: standard import "from io import BytesIO as StringIO" comes before "from six.moves import cPickle as pickle" (wrong-import-order)
C: 15, 8: Imports from package pickle are not grouped (ungrouped-imports)
C: 23, 8: Imports from package pickle are not grouped (ungrouped-imports)
C: 24, 8: Imports from package io are not grouped (ungrouped-imports)
************* Module pywren.serialize.cloudpickle
W: 6, 4: Relative import 'cloudpickle', should be 'pywren.serialize.cloudpickle.cloudpickle' (relative-import)
************* Module pywren.serialize.cloudpickle.cloudpickle
C: 68, 4: Imports from package pickle are not grouped (ungrouped-imports)
C: 70, 4: Imports from package io are not grouped (ungrouped-imports)
************* Module pywren.storage
W: 6, 4: Relative import 'storage', should be 'pywren.storage.storage' (relative-import)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment