set check name

This commit is contained in:
Miguel Savignano 2019-11-01 19:12:27 +01:00
parent 721ede0fe0
commit 0dc80fcccf

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
class GithubCheckRunService
CHECK_NAME = 'Rubocop'
CHECK_NAME = 'Brakeman'
def initialize(report, github_data, report_adapter)
@report = report