Sha256: f71f65278cf5ca36c99278c518cfaea76d148605ef90a66ef4852a53d3a683d3

Contents?: true

Size: 360 Bytes

Versions: 10

Compression:

Stored size: 360 Bytes

Contents


# frozen_string_literal: true

module Todo
  def this_should_not_trigger_todo
  end

  # TODO: fix this later
  def todo_without_comment
  end

  # TODO: https://zube.io/watermark/asdf1234
  def todo_with_link_same_line
  end

  # TODO: fix this when things are right
  # https://www.github.com/watermarkchurch/asdf/1234
  def todo_with_link_below
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
danger-wcc-0.1.4 spec/fixtures/todo.rb
danger-wcc-0.1.3 spec/fixtures/todo.rb
danger-wcc-0.1.2 spec/fixtures/todo.rb
danger-wcc-0.1.1 spec/fixtures/todo.rb
danger-wcc-0.1.0 spec/fixtures/todo.rb
danger-wcc-0.0.6 spec/fixtures/todo.rb
danger-wcc-0.0.5 spec/fixtures/todo.rb
danger-wcc-0.0.4 spec/fixtures/todo.rb
danger-wcc-0.0.3 spec/fixtures/todo.rb
danger-wcc-0.0.2 spec/fixtures/todo.rb