mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +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
|
|
@ -118,3 +118,10 @@ carbon_port = 2003
|
|||
#Set this to true to always use a build server. This saves specifying the
|
||||
#--server option on dedicated secure build server hosts.
|
||||
build_server_always = False
|
||||
|
||||
# Limit in number of characters that fields can take up
|
||||
# Only the fields listed here are supported, defaults shown
|
||||
char_limits: {
|
||||
'Summary' : 40
|
||||
'Description' : 1500
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue