ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.36k stars 328 forks source link

Move comment and metric definitions out of the code #87

Open adam-waldenberg opened 8 years ago

adam-waldenberg commented 8 years ago

Specifically, the following;

comment.__comment_begining__
comment.__comment_end__
comment.__comment__
comment.__comment_markers_must_be_at_begining__

metrics.__metric_eloc__
metrics.__metric_cc_tokens__

These could be defined externally in a configuration directory. It would separate the the definitions out from the logic in the code and would make it easier to add additional language support.