Pylint output is not constant
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 occurs when pylint processes multiple different files at the same time. Br, Saija -------------------------------------------------------------- Intel Research and Development Ireland Limited Registered in Ireland Registered Office: Collinstown Industrial Park, Leixlip, County Kildare Registered Number: 308263 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
On Tue, Jun 21, 2016 at 3:06 PM, Sorsa, Saija <saija.sorsa@intel.com> 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 mypython.py
gives different error messages for mypython.py-file. The error occurs when pylint processes multiple different files at the same time.
Hi, Can you give us some examples on which you get different output? The idea is that passing multiple files to pylint might result in a better understanding of what is happening in your code, which could lead to having different results than just running on a single file. But for better understanding what is happening, a sample or two would be useful. Thank you, Claudiu
participants (2)
-
Claudiu Popa
-
Sorsa, Saija