Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 68/68] pylintrc: turn on trailing-whitespace
Date: Mon, 03 Aug 2020 22:47:04
Message-Id: 20200803224327.1593726-68-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 pylintrc | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/pylintrc b/pylintrc
7 index 6f0eef386..7fd05f322 100644
8 --- a/pylintrc
9 +++ b/pylintrc
10 @@ -12,7 +12,7 @@
11 # --disable=W".
12 #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
13 disable=all
14 -enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import
15 +enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import,trailing-whitespace
16
17 # A comma-separated list of package or module names from where C extensions may
18 # be loaded. Extensions are loading into the active Python interpreter and may
19 --
20 2.28.0

Replies