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] pylintrc: add more module checks
Date: Tue, 04 Aug 2020 19:30:44
Message-Id: f9b71a4a-4a13-70e9-7073-52e88436850b@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] pylintrc: add more module checks by Aaron Bauman
1 On 8/4/20 7:08 AM, Aaron Bauman wrote:
2 > * Repo is already clear... so let's turn these on
3 >
4 > Signed-off-by: Aaron Bauman <bman@g.o>
5 > ---
6 > pylintrc | 25 ++++++++++++++++---------
7 > 1 file changed, 16 insertions(+), 9 deletions(-)
8 >
9 > diff --git a/pylintrc b/pylintrc
10 > index ad32f70d7..cd76d38dd 100644
11 > --- a/pylintrc
12 > +++ b/pylintrc
13 > @@ -13,16 +13,23 @@
14 > #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
15 > disable=all
16 > enable=
17 > - missing-final-newline,
18 > - mixed-line-endings,
19 > - redefined-builtin,
20 > - reimported,
21 > + cyclic-import,
22 > + import-error,
23 > + import-self,
24 > + misplaced-future,
25 > + missing-final-newline,
26 > + mixed-line-endings,
27 > + redefined-builtin,
28 > + reimported,
29 > + relative-beyond-top-level,
30 > trailing-newlines,
31 > - trailing-whitespace,
32 > - unexpected-line-ending-format,
33 > - unnecessary-semicolon,
34 > - unused-import,
35 > - useless-object-inheritance
36 > + trailing-whitespace,
37 > + unexpected-line-ending-format,
38 > + unnecessary-semicolon,
39 > + unused-import,
40 > + useless-import-alias,
41 > + useless-object-inheritance,
42 > + wildcard-import
43 >
44 > # A comma-separated list of package or module names from where C extensions may
45 > # be loaded. Extensions are loading into the active Python interpreter and may
46 >
47
48 Thanks, merged:
49
50 https://gitweb.gentoo.org/proj/portage.git/commit/?id=8b10dc3f5bd1ed85f0944ca6f2e9bb6fdafa7f40
51 --
52 Thanks,
53 Zac

Attachments

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