Skip to content

Commit 2e8c3a9

Browse files
Add rubocop exception for self.inherited()
1 parent ae4092a commit 2e8c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/macho/structure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def initialize(*args)
118118

119119
# @param subclass [Class] subclass type
120120
# @api private
121-
def self.inherited(subclass)
121+
def self.inherited(subclass) # rubocop:disable Lint/MissingSuper
122122
# Clone all class instance variables
123123
type_map = @type_map.dup
124124
field_list = @field_list.dup

0 commit comments

Comments
 (0)