Skip to content

Instantly share code, notes, and snippets.

@parthaa
Created October 18, 2013 18:28
Show Gist options
  • Save parthaa/7045950 to your computer and use it in GitHub Desktop.
Save parthaa/7045950 to your computer and use it in GitHub Desktop.
+ cd /builddir/build/BUILD
+ cd katello-cli-1.5.2
+ PYTHONPATH=src/
+ pylint --rcfile=./etc/spacewalk-pylint.rc --additional-builtins=_ katello
************* Module katello.client.completion
C: 19, 0: Old-style class defined. (old-style-class)
************* Module katello.client.config
C: 55, 0: Trailing whitespace (trailing-whitespace)
************* Module katello.client.lib.async
C:127, 0: Trailing whitespace (trailing-whitespace)
C:129, 0: Trailing whitespace (trailing-whitespace)
C: 46, 0: Old-style class defined. (old-style-class)
************* Module katello.client.lib.rpm_utils
I: 33, 0: Used deprecated directive "pylint:disable-all" or "pylint:disable=all" (deprecated-disable-all)
I: 33, 0: Ignoring entire file (file-ignored)
************* Module katello.client.lib.puppet_utils
I: 36, 0: Used deprecated directive "pylint:disable-all" or "pylint:disable=all" (deprecated-disable-all)
I: 36, 0: Ignoring entire file (file-ignored)
************* Module katello.client.lib.ui.printer
C:313, 0: Old-style class defined. (old-style-class)
************* Module katello.client.core.node
C:118, 0: Trailing whitespace (trailing-whitespace)
C:155, 0: Trailing whitespace (trailing-whitespace)
************* Module katello.client.core.base
C:528, 0: Line too long (145/120) (line-too-long)
C:568, 0: Line too long (126/120) (line-too-long)
************* Module katello.client.core.task
W: 64,20: map/filter on lambda could be replaced by comprehension (deprecated-lambda)
W: 66,20: map/filter on lambda could be replaced by comprehension (deprecated-lambda)
************* Module katello.client.api.node
C: 26, 0: Trailing whitespace (trailing-whitespace)
************* Module katello.client.api.permission
C: 23, 0: Trailing whitespace (trailing-whitespace)
************* Module katello.client.api.job
C: 24, 0: Trailing whitespace (trailing-whitespace)
RPM build errors:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment