Skip to content

Commit 9b39efb

Browse files
[BC-26568] Added rubocop warning for the use of Bugsnag
1 parent cf4f277 commit 9b39efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/bugcrowd/prevent_bugsnag_usage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Bugcrowd
66
class PreventBugsnagUsage < Cop
77
MSG = 'Avoid using Bugsnag in the codebase. ' \
88
'It has been replaced with ErrorNotifierService for error ' \
9-
'notification handling. Please use ErrorNotifierService ' \
9+
'notification handling. Please use ErrorNotifierService' \
1010
'instead.'
1111

1212
def_node_matcher :bugsnag_usage?, <<-PATTERN

0 commit comments

Comments
 (0)