qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 07/37] qapi: add pylintrc


From: John Snow
Subject: Re: [PATCH 07/37] qapi: add pylintrc
Date: Thu, 17 Sep 2020 13:06:28 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/17/20 3:58 AM, Markus Armbruster wrote:
We don't care if import statements are similar to those in other
files. It's uninteresting entirely.

(It matches on from typing import ... that exceed four lines, which I
do regularly by the end of the series.)
What about something like

      # Ignore imports when computing similarities, because import
      # statements being similar is uninteresting entirely


OK. I left the "default" comments that pylint itself wrote. I'm now writing:

"Ignore import statements themselves when computing similarities."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]