sbt-findbugs
sbt-findbugs copied to clipboard
FindbugsReportType -> FindbugsReport in docs
The README.md file contains this section:
findbugsReportType Description: Optionally selects the output format for the FindBugs report. Accepts: Some(FindbugsReportType.{Xml, Html, PlainHtml, FancyHtml, FancyHistHtml, Emacs, Xdoc}) Default: Some(FindbugsReportType.Xml)
But it seems that FindbugsReportType
should be FindbugsReport