Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2004-12-15 01:39:42 +0300
committerJacek Konieczny <jajcus@jajcus.net>2004-12-15 01:39:42 +0300
commit0ce1bd62c75cc0695c04bc06fb1a7e27c819c36d (patch)
treed2b22c6ef1f755f4d04eff9c2dbb3ac9330926aa /auxtools
parent3e95c95e241eca3f49d14a9519620a07afadd079 (diff)
- cleaning up...
Diffstat (limited to 'auxtools')
-rwxr-xr-xauxtools/pylint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/auxtools/pylint.sh b/auxtools/pylint.sh
index c0b1a90..334a2ac 100755
--- a/auxtools/pylint.sh
+++ b/auxtools/pylint.sh
@@ -29,6 +29,7 @@ IGNORE="${IGNORE}\\|W0613:[^:]*:JabberClient\\.connect.*'register'"
IGNORE="${IGNORE}\\|W0613:[^:]*:VCard.*\\.__init__.*'rfc2425parameters'"
IGNORE="${IGNORE}\\|W0612:[^:]*:\\(StreamBase._connect.*'canonname'\\|StreamBase._loop_iter.*'ofd'\\)"
IGNORE="${IGNORE}\\|W0612:[^:]*:\\(parse_message:.*'i'\\|do_query:.*'canonname'\\)"
+IGNORE="${IGNORE}\\|W0612:[^:]*:\\(VCard\\.rfc2426:.*'name'\\|VCard\\.xml:.*'name'\\|VCard\\.__init__:.*'cl'\\)"
IGNORE="${IGNORE}\\|W0201:[^:]*:\\([^.]*\\._reset\\|ClientStream.*'me'\\)"
IGNORE="${IGNORE}\\|W0201:[^:]*:StreamSASLMixIn.*'\\(me\\|authenticated\\|peer_authenticated\\|peer\\|auth_method_used\\)'"
IGNORE="${IGNORE}\\|W0201:[^:]*:StreamTLSMixIn.*'\\(socket\\|features\\)'"