AgileVentures / AgileVentures/ProjectMetrics
DRY config a little further
Open
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.