Hi,
pylint output is not constant and it reports different errors if you run it to
one file in a directory compared when you run it for a multiple different files
in a directory. For example:
pylint *.py
and
pylint mypython.py
gives different error messages for mypython.py-file. The error oc
On Tue, Jun 21, 2016 at 3:06 PM, Sorsa, Saija wrote:
> Hi,
>
>
> pylint output is not constant and it reports different errors if you run it
> to one file in a directory compared when you run it for a multiple different
> files in a directory. For example:
>
>
>
> pylint *.py
>
> and
>
> pylint m