Hi Mistral team,

We have the following critical errors in Mistral
repository<https://github.com/stackforge/mistral>,
whose I suggest to fix:

Code E1101 <http://pylint-messages.wikidot.com/messages:e1001>,
occurrences: 231
Code E1002 <http://pylint-messages.wikidot.com/messages:e1002>,
occurrences: 9
Code E1003 <http://pylint-messages.wikidot.com/messages:e1003>,
occurrences: 2
Code F0401 <http://pylint-messages.wikidot.com/messages:f0401>,
occurrences: 21
Code W0613, occurrences: 19 (Unused argument *%r*)
Code W0621, occurrences: 3  (*Redefining name %r from outer scope
(line %s)*Used when a variable's name hide a name defined in the outer
scope.)
Code W0231 <http://pylint-messages.wikidot.com/messages:w0231>,
occurrences: 3
Code W0212 <http://pylint-messages.wikidot.com/messages:w0212>,
occurrences: 3
Code W0612, occurrences: 1 (unused variable)
Code C0323 <http://pylint-messages.wikidot.com/messages:c0323>,
occurrences: 1

To find these errors I just run:
pylint --rcfile=.pylintrc mistral
in Mistral repository. Probably we can find the other errors, when it will
be executed with other parameters.

This issue was described in this bug
report<https://bugs.launchpad.net/mistral/+bug/1281164>
.
I suggest to fix these errors and after that add this pylint command to
tox.ini file and check the same errors for all new commits.

Any comments and help with fixes are welcome )

Thanks!

-- 

Timur,
QA Lead
OpenStack Murano Project
Mirantis Inc
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to