Scan all our repos and report on whether they're following the rules or not.
bundle install- Create a Github OAuth token with at least the following scopes enabled: repo, user
export GH_TOKEN=[your OAuth token]
To analyse all repositories in the ministryofjustice organisation:
bin/analyse.rb
To analyse a specific repository:
bin/check-repo.rb [username] [repository name]
There is a list of issues with assorted checks awaiting to be implemented as well as improvements to the current code.