Xpra: Ticket #2155: pylint warnings

Some of those uncover real bugs, let's try to trim the output (over 10000 warnings is a bit much!) and fix the real bugs.



Tue, 19 Feb 2019 05:01:47 GMT - Antoine Martin: status changed

The pylint suppression rules I am using right now:

--ignore-patterns=.*.c --ignore-patterns=.*.html --ignore-patterns=.*pyx --ignore-patterns=.*pxi
--good-names=x,y,w,h,v,n,i,e,log,d  --max-line-length=120
--disable=C0111 --disable=C0103 --disable=F0401 --disable=W0201
--disable=R0205 --disable=R0201 --disable=C1001 --disable=W0703
--disable=W0603

Some of the fixes already committed:


Tue, 19 Feb 2019 07:53:12 GMT - Antoine Martin:


Wed, 20 Feb 2019 04:14:24 GMT - Antoine Martin:


Tue, 26 Feb 2019 03:57:07 GMT - Antoine Martin:

More:

See also #2177


Thu, 07 Mar 2019 12:55:57 GMT - Antoine Martin: status changed; resolution set

More, some reported by PYTHONWARNINGS=all:


Sat, 23 Jan 2021 05:43:40 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2155