mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
New 'lint' subcommand in testing phase
This commit is contained in:
parent
d72f671be4
commit
a40533a521
4 changed files with 96 additions and 1 deletions
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue