reporterOfTypeGithub top-level constant

String const reporterOfTypeGithub

Script parameter used for the _reporterTypeParameter parameter to specify code violation reporter that will print violations to a github pull request.

This reporter require the following parameter to be specified: _vcsUrlParameter,_vcsPullRequestIdParameter, _vcsAccessTokenParameter.

Implementation

const String reporterOfTypeGithub = 'github';