allegro / allegro/marathon-appcop
Configuration intervals more human readable.
Aberta
- Linguagem predominante
- Go
- Estrelas
- 18
- Forks
- 3
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Right now intervals are provided as integer nanoseconds. We need to allow user to specify it as formated string in order to make configuration more readable and less error prone.
Instead of:
`
"Score": {
"EvaluateInterval": 1800000000000
}
`
Should be:
`
"Score": {
"EvaluateInterval": 30m
}
`
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.