Skip to content

Commit 79b3070

Browse files
Remove redundant rubocop disable directive in test/helper.rb
The Style/OneClassPerFile disable comment was never needed since the file doesn't define multiple top-level classes. Rubocop now flags it as Lint/RedundantCopDisableDirective. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f3e1af4 commit 79b3070

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def warn(msg, **, &)
3333
# Generate self-signed certs for SSL once per suite run.
3434
CertificateGenerator.generate
3535

36-
# rubocop:disable Style/OneClassPerFile
3736
module Minitest
3837
class Spec
3938
include Memcached::Helper
@@ -77,4 +76,3 @@ def with_nil_logger
7776
end
7877
end
7978
end
80-
# rubocop:enable Style/OneClassPerFile

0 commit comments

Comments
 (0)