AgileVentures / AgileVentures/ProjectMetrics

DRY config a little further

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.