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-04 01:39:51 +0300
committerJacek Konieczny <jajcus@jajcus.net>2004-12-04 01:39:51 +0300
commit46a32868b4154260bd11502ccaa544f3e581af39 (patch)
tree1fbdce2e8872c4fc773e9b15a8431f273e8c7789 /auxtools
parent462b56ee68e642b1c8715eea5460d503a7bdcd61 (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 8e42b53..c0b1a90 100755
--- a/auxtools/pylint.sh
+++ b/auxtools/pylint.sh
@@ -26,6 +26,7 @@ IGNORE="${IGNORE}\\|W0613:[^:]*:DigestMD5ServerAuthenticator.start.*'response'"
IGNORE="${IGNORE}\\|W0613:[^:]*:MucRoomState.set_stream.*'stream'"
IGNORE="${IGNORE}\\|W0613:[^:]*:LegacyClientStream.*'\\(stanza\\|resource\\)'"
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}\\|W0201:[^:]*:\\([^.]*\\._reset\\|ClientStream.*'me'\\)"