We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4f277 commit 9b39efbCopy full SHA for 9b39efb
lib/rubocop/cop/bugcrowd/prevent_bugsnag_usage.rb
@@ -6,7 +6,7 @@ module Bugcrowd
6
class PreventBugsnagUsage < Cop
7
MSG = 'Avoid using Bugsnag in the codebase. ' \
8
'It has been replaced with ErrorNotifierService for error ' \
9
- 'notification handling. Please use ErrorNotifierService ' \
+ 'notification handling. Please use ErrorNotifierService' \
10
'instead.'
11
12
def_node_matcher :bugsnag_usage?, <<-PATTERN
0 commit comments