Skip to content

Commit

Permalink
require gems in library code so that dependent gems pick this up
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary_sabin committed Nov 15, 2019
1 parent 11304e2 commit edc680d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rubocop-airbnb/lib/rubocop-airbnb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Load original rubocop gem
require 'rubocop'

require 'rubocop-performance'
require 'rubocop-rails'

require 'rubocop/airbnb'
require 'rubocop/airbnb/inject'
require 'rubocop/airbnb/version'
Expand Down

0 comments on commit edc680d

Please sign in to comment.