#2083: PyLint step doesn't respect flunkingIssues
-------------------------+-----------------------
Reporter:  andialbrecht  |      Owner:
    Type:  defect        |     Status:  new
Priority:  major         |  Milestone:  undecided
 Version:  master        |   Keywords:
-------------------------+-----------------------
 According to pylint(1) the command exits with the following status codes:

 {{{
 Pylint should leave with following status code:
  * 0 if everything went fine
  * 1 if a fatal message was issued
  * 2 if an error message was issued
  * 4 if a warning message was issued
  * 8 if a refactor message was issued
  * 16 if a convention message was issued
  * 32 on usage error

 status 1 to 16 will be bit-ORed so you can  know  which  different  cate‐
 gories has been issued by analysing pylint output status code
 }}}

 The PyLint step defines the class variable "flunkingIssues" as a list of
 message categories that cause FAILURE. This class variable should be
 evaluated in PyLint.evaluateCommand(), but the method immediately returns
 FAILURE for all non-zero return codes.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2083>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to