New 'lint' subcommand in testing phase

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

View file

@ -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
}