#2049: Broken parsing in pylint
--------------------+--------------------
Reporter:  dwyerk   |       Owner:
    Type:  defect   |      Status:  new
Priority:  minor    |   Milestone:  0.8.5
 Version:  0.8.4p1  |  Resolution:
Keywords:           |
--------------------+--------------------

Comment (by dwyerk):

 include-ids=yes, output-format=parseable
 {{{
 test.py:1: [C0103, whatABadFunctionName] Invalid name
 "whatABadFunctionName" (should match [a-z_][a-z0-9_]{2,30}$)
 }}}

 include-ids=no, output-format=parseable
 {{{
 test.py:1: [C, whatABadFunctionName] Invalid name "whatABadFunctionName"
 (should match [a-z_][a-z0-9_]{2,30}$)
 }}}

 include-ids=yes, output-format=text
 {{{
 C0103:  1:whatABadFunctionName: Invalid name "whatABadFunctionName"
 (should match [a-z_][a-z0-9_]{2,30}$)
 }}}

 include-ids=no, output-format=text
 {{{
 C:  1:whatABadFunctionName: Invalid name "whatABadFunctionName" (should
 match [a-z_][a-z0-9_]{2,30}$)
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2049#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to