Static Analysis Tool

65 views
Skip to first unread message

Mayur Sharma

unread,
Jun 23, 2014, 8:19:27 PM6/23/14
to django...@googlegroups.com
Hi,

I am looking for industry level Django Static Analysis tools. Most of the commercial tools don't support Django like Checkmarx and Coverity. Which tools are recommended for it then ?

Thanks,
Mayur Sharma

Mario Gudelj

unread,
Jun 23, 2014, 11:51:20 PM6/23/14
to django...@googlegroups.com
PyCharm IDE does a lot of this stuff. It's great at pointing out bad code. But you can try https://chris-lamb.co.uk/projects/django-lint which is a wrapper around pylint


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/27e08deb-80ea-46d1-8edc-3494cd6c537c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ilya Kazakevich

unread,
Jun 24, 2014, 8:14:02 AM6/24/14
to django...@googlegroups.com
PyCharm will support DjangoLint inspections soon, I believe: http://youtrack.jetbrains.com/issue/PY-4554


Ilya Kazakevich,
JetBrains PyCharm (Best Python/Django IDE)
http://www.jetbrains.com/pycharm/
"Develop with pleasure!"
><https://groups.google.com/d/msgid/django-users/27e08deb-80ea-46d1-8edc-3
>494cd6c537c%40googlegroups.com?utm_medium=email&utm_source=footer> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>--
>You received this message because you are subscribed to the Google Groups
>"Django users" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to
>django-users...@googlegroups.com.
>To post to this group, send email to django...@googlegroups.com.
>Visit this group at http://groups.google.com/group/django-users.
>To view this discussion on the web visit
>https://groups.google.com/d/msgid/django-users/CAHqTbjkVjFoHB%3DtYBpmfa
>RfzFvSzMd2BiCEqnHDVdhdGX%3DwNUQ%40mail.gmail.com
><https://groups.google.com/d/msgid/django-users/CAHqTbjkVjFoHB%3DtYBpmf
>aRfzFvSzMd2BiCEqnHDVdhdGX%3DwNUQ%40mail.gmail.com?utm_medium=e
>mail&utm_source=footer> .

Tom Evans

unread,
Jun 24, 2014, 8:17:36 AM6/24/14
to django...@googlegroups.com
There is also pyflakes.

I've never met a static analysis tool that can correctly distinguish
when something is wrong versus when something is misunderstood (by the
tool). Therefore, whatever tool you use, you will have to spend some
time telling it that certain things are false positives.

Cheers

Tom
> https://groups.google.com/d/msgid/django-users/CAHqTbjkVjFoHB%3DtYBpmfaRfzFvSzMd2BiCEqnHDVdhdGX%3DwNUQ%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages