Mercurial
Mercurial
>
py_tasks_melange
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
scripts/pylint/pylintrc
Wed, 04 Mar 2009 16:44:21 +0000
Pawel Solyga
Update pylintrc file. Now function and method names can by up to 40 characters (30 was maximum previously).
file
|
diff
|
annotate
Tue, 20 Jan 2009 21:00:55 +0000
Pawel Solyga
Disable R0801 messages in pylintrc. R0801 messages indicates that a set of similar lines has been detected among multiple file. This usually means that the code should be refactored to avoid this duplication but in our case it's useless since it shows a lot of imports code or authors.
file
|
diff
|
annotate
Tue, 20 Jan 2009 16:03:55 +0000
Pawel Solyga
Disable R0201 message in pylintrc since we allow for that kind of methods. R0201 tells us that method could be a function. Used when a method doesn't use its bound instance, and so could be written as a function.
file
|
diff
|
annotate
less
more
(0)
tip