Changes

From Gramps

Programming guidelines

3 bytes added, 04:05, 28 December 2012
m
Pylint: was renamed to gramps from src
* Any changes to existing files with a Pylint score lower than 9 shall not reduce the Pylint score. It is expected that over time, this policy will cause all files to eventually have a score of 9 or higher.
Note that you must run <code>pylint</code> in the <code>srcgramps</code> directory. If import errors still occur, add a PYTHONPATH. Example usage:
me@laptop:~/programs/trunk/src$ PYTHONPATH=plugins/lib/ pylint --include-ids=y --reports=y plugins/mapservices/googlemap.py
Set reports to n to have less output. Info on the codes can be found here: [http://pylint-messages.wikidot.com/all-codes]

Navigation menu