Skip to content

Commit

Permalink
Move mixins to obsession namespace to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedalbert committed Jan 25, 2025
1 parent baf4f92 commit 15add72
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/rubocop/obsession.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'active_support/core_ext/string/inflections'
require 'rubocop'

require_relative 'cop/mixin/helpers'
require_relative 'cop/obsession/mixin/helpers'
Dir["#{__dir__}/cop/obsession/**/*.rb"].sort.each { |file| require file }
require_relative 'obsession/version'

Expand Down

0 comments on commit 15add72

Please sign in to comment.