AgileVentures / AgileVentures/ProjectMetrics

DRY config a little further

Abierto
#5 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Ruby
Estrellas
0
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

we could DRY the config a little further to go from:

``` rb
ProjectMetrics.configure do
add_metric :code_climate_project_metrics
add_metric :github_project_metrics
end
```

to

``` rb
ProjectMetrics.configure do
add_metric :code_climate
add_metric :github
end
```

which allows less repeated text in the config component - and would also simplify the code for returning of the list of configured metrics

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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.