sbt-findbugs icon indicating copy to clipboard operation
sbt-findbugs copied to clipboard

FindbugsReportType -> FindbugsReport in docs

Open rmcloughlin opened this issue 7 years ago • 0 comments

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

rmcloughlin avatar Nov 30 '17 16:11 rmcloughlin