magicstone-dev / ecko

Invalid annotation keyword format detected RB-ST1023
Style
Minor
5 months ago3 years old
Annotation keywords like Note should be all upper case, followed by a colon, and a space, then a note describing the problem.
277  end
278
279  def utf8_friendly_extractor(text, options = {})
280    # Note: I couldn't obtain list_slug with @user/list-name format281    # for mention so this requires additional check
282    special = Extractor.extract_urls_with_indices(text, options)
283    standard = Extractor.extract_entities_with_indices(text, options)