- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
Open
Description
Simply notice YRAD warning on rubocop.
# @return Hash{Symbol => String}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [warn]: Invalid tag format for @return
def invalid_format(arg)
end
memo
def on_def(node)
  # ...
  io = StringIO.new
  log.reopen(io)
  parse(docstring)
  if !io.string.empty?
    add_offense(preceding_lines.last, message: io.string)
  end
endref: #26
euglena1215
Metadata
Metadata
Assignees
Labels
No labels