New 'lint' subcommand in testing phase

This commit is contained in:
Daniel Martí 2014-01-02 19:28:55 +01:00
parent d72f671be4
commit a40533a521
4 changed files with 96 additions and 1 deletions

View file

@ -60,7 +60,12 @@ def read_config(opts, config_file='config.py'):
'archive_older': 0,
'max_icon_size': 72,
'stats_to_carbon': False,
'repo_maxage': 0
'repo_maxage': 0,
'char_limits': {
'Summary' : 40,
'Description' : 1500
}
}
config = {}