Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 06 Aug 2020 07:02:54
Message-Id: 1596693481.bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261.zmedico@gentoo
1 commit: bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 23:51:59 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 05:58:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bc0e5029
7
8 pylintrc: enable multiple-imports check
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 pylintrc | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/pylintrc b/pylintrc
17 index b7091516c..5f4ec3278 100644
18 --- a/pylintrc
19 +++ b/pylintrc
20 @@ -19,6 +19,7 @@ enable=
21 misplaced-future,
22 missing-final-newline,
23 mixed-line-endings,
24 + multiple-imports,
25 redefined-builtin,
26 reimported,
27 relative-beyond-top-level,