Skip to content

Commit

Permalink
fix issue #156
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Oct 21, 2023
1 parent 9423075 commit 492c5f6
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 369 deletions.
2 changes: 1 addition & 1 deletion lib/relaton_iso/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RelatonIso
class Processor < Relaton::Processor
attr_reader :idtype

def initialize
def initialize # rubocop:disable Lint/MissingSuper
@short = :relaton_iso
@prefix = "ISO"
@defaultprefix = %r{^ISO(/IEC)?\s}
Expand Down
Loading

0 comments on commit 492c5f6

Please sign in to comment.