Skip to content

Instantly share code, notes, and snippets.

@laughedelic
Created November 11, 2013 11:47
Show Gist options
  • Save laughedelic/7412043 to your computer and use it in GitHub Desktop.
Save laughedelic/7412043 to your computer and use it in GitHub Desktop.
sbt-taglist plugin settings
lazy val tagListSettings: Seq[Setting[_]] =
TagListPlugin.tagListSettings ++ Seq(
TagListKeys.tags := Set(
TagListPlugin.Tag("todo", TagListPlugin.Warn)
, TagListPlugin.Tag("fixme", TagListPlugin.Error)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment