The solution is to simply use this on top of the concerned scripts: # pylint: disable=C0103
See for example this script: http://code.google.com/p/spyderlib/source/browse/spyderlib/widgets/arrayeditor.py#11 This is really not a good idea to disable this warning for all your scripts as it would encourage bad naming practices. Cheers, -Pierre 2013/1/4 Monte Milanuk <[email protected]>: > Just curious... in my recent efforts to knock down the errors I'm getting > from pylint when work with PyQt4 code, which uses CamelCase instead of > proper_pythonic naming conventions, I found a sample pylintrc included with > pylint that specifically addresses the matter. > > Would it be appropriate to link or include such a file directly within > Spyder when calling pylint, since it seems kind of oriented towards PyQt, or > at least put a pointer towards said sample pylintrc in the spyder > documentation for pylint? > > Thanks, > > Monte > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
