allegro / allegro/marathon-appcop
Configuration intervals more human readable.
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 18
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
}
`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.