Skip to content

Commit

Permalink
set check name
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Savignano committed Nov 1, 2019
1 parent 721ede0 commit 0dc80fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github_check_run_service.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0dc80fc

Please sign in to comment.