Skip to content

Instantly share code, notes, and snippets.

@leifwickland
Created November 14, 2014 22:00
Show Gist options
  • Save leifwickland/3e4bf79562ce0a963bc8 to your computer and use it in GitHub Desktop.
Save leifwickland/3e4bf79562ce0a963bc8 to your computer and use it in GitHub Desktop.
// Suggested Wartremover errors to improve inference rules and avoid partial methods which throw
wartremoverErrors ++= Seq(
Wart.Any,
Wart.Any2StringAdd,
Wart.EitherProjectionPartial,
Wart.OptionPartial,
Wart.Product,
Wart.Serializable,
Wart.ListOps,
Wart.Nothing
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment