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

On Tue, Jun 24, 2014 at 4:50 AM, Mario Gudelj <mario.gud...@gmail.com> wrote:
> 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
>
>
> On 24 June 2014 10:19, Mayur Sharma <mayurs....@gmail.com> wrote:
>>
>> 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
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@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.
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@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%3DtYBpmfaRfzFvSzMd2BiCEqnHDVdhdGX%3DwNUQ%40mail.gmail.com.
>
> 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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@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/CAFHbX1%2BQQOqE_0O0f05h2xaqedeXfYrtMmOQRVgJbb2UTYHvCA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to