RepoReapers / reaper

Calculate the score of a repository based on best engineering practices.
https://reporeapers.github.io/
Apache License 2.0
107 stars 23 forks source link

New Attribute: Repository State #8

Closed nm6061 closed 9 years ago

nm6061 commented 9 years ago

Introduce a new attribute that determines if a repository is active or not. Deciding the status may involve seeing how far off the last commit to the repository is from today (or the date of the GHTorrent dump).

nm6061 commented 9 years ago

Returning active or dormant as the value of the attribute has a downstream impact because it does not follow convention that the every run method must return a tuple of the form (binary_result, raw_result).