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 68/68] pylintrc: turn on trailing-whitespace
Date: Mon, 03 Aug 2020 23:29:11
Message-Id: 256f21d8-3cb7-2528-e8dc-02bfee688cba@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 68/68] pylintrc: turn on trailing-whitespace by Aaron Bauman
1 On 8/3/20 3:43 PM, Aaron Bauman wrote:
2 > Signed-off-by: Aaron Bauman <bman@g.o>
3 > ---
4 > pylintrc | 2 +-
5 > 1 file changed, 1 insertion(+), 1 deletion(-)
6 >
7 > diff --git a/pylintrc b/pylintrc
8 > index 6f0eef386..7fd05f322 100644
9 > --- a/pylintrc
10 > +++ b/pylintrc
11 > @@ -12,7 +12,7 @@
12 > # --disable=W".
13 > #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
14 > disable=all
15 > -enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import
16 > +enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import,trailing-whitespace
17 >
18 > # A comma-separated list of package or module names from where C extensions may
19 > # be loaded. Extensions are loading into the active Python interpreter and may
20 >
21
22 Thanks, merged the whole series:
23
24 https://gitweb.gentoo.org/proj/portage.git/commit/?id=d4c94aeb39e7b17eeb87257771a90f41640ebb24
25 --
26 Thanks,
27 Zac

Attachments

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