Re: [PATCH] pylintrc: add more module checks
Zac Medico <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/4/20 7:08 AM, Aaron Bauman wrote: > * Repo is already clear... so let's turn these on > > Signed-off-by: Aaron Bauman <[email protected]> > --- > pylintrc | 25 ++++++++++++++++--------- > 1 file changed, 16 insertions(+), 9 deletions(-) > > diff --git a/pylintrc b/pylintrc > index ad32f70d7..cd76d38dd 100644 > --- a/pylintrc > +++ b/pylintrc > @@ -13,16 +13,23 @@ > #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, > - reimported, > + cyclic-import, > + import-error, > + import-self, > + misplaced-future, > + missing-final-newline, > + mixed-line-endings, > + redefined-builtin, > + reimported, > + relative-beyond-top-level, > trailing-newlines, > - trailing-whitespace, > - unexpected-line-ending-format, > - unnecessary-semicolon, > - unused-import, > - useless-object-inheritance > + trailing-whitespace, > + unexpected-line-ending-format, > + unnecessary-semicolon, > + unused-import, > + useless-import-alias, > + useless-object-inheritance, > + wildcard-import > > # 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 > Thanks, merged: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8b10dc3f5bd1ed85f0944ca6f2e9bb6fdafa7f40 -- Thanks, Zac
signature.asc
(application/pgp-signature, 981 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQKTBAEBCgB9FiEE8OgXaltWzqgSupCu0HX7jBBKPSAFAl8pt1pfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYw RTgxNzZBNUI1NkNFQTgxMkJBOTBBRUQwNzVGQjhDMTA0QTNEMjAACgkQ0HX7jBBK PSC+sA/+MHWUjV0jbQ7c3sJpt2NseYF/rZYCqZXjH6jnLpSjoVOB7gyzpQTtmKDE HT59mHMSoV954pnZ/+ChbzvBQU22Iik+nwHYEkm2VJjYg6iG8ORGf8CXQYgKhcU4 Gtxfoh3qJ98nem91Irc0tTS4B20JFwBYqrnGLYMsYtNBLPLPdfJ2QbZ5USpvV/F5 qoIognMSkBK2qJtKezNf0GKAzW5YVyONT3JNk1J9IMEaF4lD7pV3rRfqceHVzyr4 uUimGTTP7d/mM80uJH71drYfaCZdyLQQ0NuVsVg1BUkXENHu5i6xo2pUJ8ZnwRwn kQDNFd6cXeDf2etVUrRMciSH9rrdHSbiXo9VYzn6Bm4sFJONUfDf2+oUq+j12BHB 4H7o0qegCnfgMfyFkBh4Wp+8LcxZtzBY6axdHQAa10p9d7sbUa6FgvGUNvlcYcp3 d9AaE4lswnWQbTIP9OI9zTNN0tg5pKmU46LQdK+Jw8X6vHKtzq+ar9wfmcSR1P1G tsqaT63Q+oVKMeGGCIpaZmZHTOIlf2uwavw7Pm4qx8GJUoZoGtR1rJBH4Fq1OuBU edaU2y51yOhK66t0w9GMA2UgNUayOWZa1+PM6C+0B8xqmZBgMaFaDiQofdsRFx2X ExyzShU6TYU5Vn2IF01ms+6vrJvk09FYTTfVkuTYdCWoFf2AdTs= =ywlq -----END PGP SIGNATURE-----