Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, Aaron Bauman <bman@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH 1/4] pylintrc: turn on checks for reimported modules
Date: Tue, 04 Aug 2020 03:17:56
Message-Id: 15759a1d-6d88-f301-4aa5-94ab9dd36e04@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 1/4] pylintrc: turn on checks for reimported modules by Aaron Bauman
1 On 8/3/20 7:44 PM, Aaron Bauman wrote:
2 > * also, really fix the enable module structure
3 >
4 > Signed-off-by: Aaron Bauman <bman@g.o>
5 > ---
6 > pylintrc | 20 +++++++++++---------
7 > 1 file changed, 11 insertions(+), 9 deletions(-)
8 >
9 > diff --git a/pylintrc b/pylintrc
10 > index 690941715..ad32f70d7 100644
11 > --- a/pylintrc
12 > +++ b/pylintrc
13 > @@ -12,15 +12,17 @@
14 > # --disable=W".
15 > #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
16 > disable=all
17 > -enable=missing-final-newline,
18 > - mixed-line-endings,
19 > - redefined-builtin,
20 > - trailing-newlines,
21 > - trailing-whitespace,
22 > - unexpected-line-ending-format,
23 > - unnecessary-semicolon,
24 > - unused-import,
25 > - useless-object-inheritance
26 > +enable=
27 > + missing-final-newline,
28 > + mixed-line-endings,
29 > + redefined-builtin,
30 > + reimported,
31 > + trailing-newlines,
32 > + trailing-whitespace,
33 > + unexpected-line-ending-format,
34 > + unnecessary-semicolon,
35 > + unused-import,
36 > + useless-object-inheritance
37 >
38 > # A comma-separated list of package or module names from where C extensions may
39 > # be loaded. Extensions are loading into the active Python interpreter and may
40 >
41
42 Thanks, merged the whole series:
43
44 https://gitweb.gentoo.org/proj/portage.git/commit/?id=1c45b36ee1d2062ec56ad56cba194affcdf2ce0e
45 --
46 Thanks,
47 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature