changeset b092256f8c43 in /home/hg/repos/gajim-plugins

author: Bahtiar `kalkin-` Gadimov <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=b092256f8c43
description: Pylint extend good-names & exclude-protected

diffstat:

 omemo/.pylintrc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 60afc89aaa82 -r b092256f8c43 omemo/.pylintrc
--- a/omemo/.pylintrc   Thu Jul 28 22:41:23 2016 +0200
+++ b/omemo/.pylintrc   Thu Jul 28 22:54:11 2016 +0200
@@ -96,7 +96,7 @@
 bad-functions=map,filter,input
 
 # Good variable names which should always be accepted, separated by a comma
-good-names=i,j,k,ex,Run,_
+good-names=i,j,k,e,Run,_,log,ui,iq,db
 
 # Bad variable names which should always be refused, separated by a comma
 bad-names=foo,bar,baz,toto,tutu,tata
@@ -314,7 +314,7 @@
 
 # List of member names, which should be excluded from the protected access
 # warning.
-exclude-protected=_asdict,_fields,_replace,_source,_make
+exclude-protected=_asdict,_fields,_replace,_source,_make,_show_lock_image
 
 
 [DESIGN]
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to