Skip to content

Commit

Permalink
Drop branded notifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov committed Dec 11, 2022
1 parent f9fd819 commit 845fdfd
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 657 deletions.
6 changes: 0 additions & 6 deletions lib/stoplight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@ module Stoplight # rubocop:disable Style/Documentation
require 'stoplight/notifier/base'
require 'stoplight/notifier/generic'

require 'stoplight/notifier/bugsnag'
require 'stoplight/notifier/honeybadger'
require 'stoplight/notifier/io'
require 'stoplight/notifier/logger'
require 'stoplight/notifier/pagerduty'
require 'stoplight/notifier/raven'
require 'stoplight/notifier/rollbar'
require 'stoplight/notifier/slack'

require 'stoplight/default'

Expand Down
37 changes: 0 additions & 37 deletions lib/stoplight/notifier/bugsnag.rb

This file was deleted.

44 changes: 0 additions & 44 deletions lib/stoplight/notifier/honeybadger.rb

This file was deleted.

21 changes: 0 additions & 21 deletions lib/stoplight/notifier/pagerduty.rb

This file was deleted.

40 changes: 0 additions & 40 deletions lib/stoplight/notifier/raven.rb

This file was deleted.

39 changes: 0 additions & 39 deletions lib/stoplight/notifier/rollbar.rb

This file was deleted.

21 changes: 0 additions & 21 deletions lib/stoplight/notifier/slack.rb

This file was deleted.

90 changes: 0 additions & 90 deletions spec/stoplight/notifier/bugsnag_spec.rb

This file was deleted.

0 comments on commit 845fdfd

Please sign in to comment.