Add json output option to swift-dispersion-report
Add's the configuration file option "dump_json" or command line options [-j|--dump-json] to have swift-dispersion-report output the report in json format. This allows the dispersion report to be more easily consumed elsewhere. There's also a few pep8 fixes and removal of unused imports. Change-Id: I2374311ccbef43e6bbae24665c9584e60f3da173
This commit is contained in:
4 changed files with 117 additions and 62 deletions
@@ -6,3 +6,4 @@ auth_key = testing
# dispersion_coverage = 1
# retries = 5
# concurrency = 25
# dump_json = no
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.