Skip to content

Commit

Permalink
RuboCop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Feb 8, 2018
1 parent f3a2dac commit 889dc76
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion lib/bugsnag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module Bugsnag
LOCK = Mutex.new

class << self

##
# Configure the Bugsnag notifier application-wide settings.
#
Expand Down
1 change: 0 additions & 1 deletion lib/bugsnag/delivery/thread_queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class ThreadQueue < Synchronous
MUTEX = Mutex.new

class << self

##
# Queues a given payload to be delivered asynchronously.
def deliver(url, body, configuration, options={})
Expand Down
1 change: 0 additions & 1 deletion lib/bugsnag/middleware/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Bugsnag::Middleware
##
# Calls all configured callbacks passing an error report
class Callbacks

def initialize(bugsnag)
@bugsnag = bugsnag
end
Expand Down
1 change: 0 additions & 1 deletion lib/bugsnag/middleware/ignore_error_class.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module Bugsnag::Middleware
# Determines if the exception should be ignored based on the configured
# `ignore_classes`
class IgnoreErrorClass

def initialize(bugsnag)
@bugsnag = bugsnag
end
Expand Down
1 change: 0 additions & 1 deletion lib/bugsnag/middleware/mailman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Bugsnag::Middleware
##
# Extracts and attaches mailman data to an error report
class Mailman

def initialize(bugsnag)
@bugsnag = bugsnag
end
Expand Down
1 change: 0 additions & 1 deletion lib/bugsnag/middleware/session_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Bugsnag::Middleware
##
# Attaches information about current session to an error report
class SessionData

def initialize(bugsnag)
@bugsnag = bugsnag
end
Expand Down
1 change: 0 additions & 1 deletion lib/bugsnag/middleware/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Bugsnag::Middleware
##
# Attaches Sidekiq job information to an error report
class Sidekiq

def initialize(bugsnag)
@bugsnag = bugsnag
end
Expand Down

0 comments on commit 889dc76

Please sign in to comment.