[PATCH 1/4] pylintrc: turn on checks for reimported modules

Aaron Bauman <[email protected]>
Newsgroups gmane.linux.gentoo.portage.devel
Message-ID <[email protected]>
* also, really fix the enable module structure

Signed-off-by: Aaron Bauman <[email protected]>
---
 pylintrc | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/pylintrc b/pylintrc
index 690941715..ad32f70d7 100644
--- a/pylintrc
+++ b/pylintrc
@@ -12,15 +12,17 @@
 # --disable=W".
 #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
 disable=all
-enable=missing-final-newline,
-       mixed-line-endings,
-       redefined-builtin,
-       trailing-newlines,
-       trailing-whitespace,
-       unexpected-line-ending-format,
-       unnecessary-semicolon,
-       unused-import,
-       useless-object-inheritance
+enable=
+	missing-final-newline,
+	mixed-line-endings,
+	redefined-builtin,
+	reimported,
+	trailing-newlines,
+	trailing-whitespace,
+	unexpected-line-ending-format,
+	unnecessary-semicolon,
+	unused-import,
+	useless-object-inheritance
 
 # A comma-separated list of package or module names from where C extensions may
 # be loaded. Extensions are loading into the active Python interpreter and may
-- 
2.28.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.