class Rubycritic::SmellAdapter::Reek

def smells

def smells
  @reek.smells.map do |smell|
    create_smell(smell)
  end
end