Skip to content

Commit

Permalink
fix: make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Jan 15, 2025
1 parent 4156082 commit 210c6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spaced.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Base
end

module ClassMethods
def namespace(name, klass = nil, &block) # rubocop:disable Metrics/*
def namespace(name, klass = nil, &block) # rubocop:disable Metrics,Naming/BlockForwarding,Lint/UnusedMethodArgument
if klass
raise "#{klass} must be a subclass of Spaced::Base" unless klass < Spaced::Base
else
Expand Down

0 comments on commit 210c6e4

Please sign in to comment.