sbt / sbt-findbugs

FindBugs static analysis plugin for sbt.
Eclipse Public License 1.0
46 stars 13 forks source link

FindbugsReportType -> FindbugsReport in docs #24

Open rmcloughlin opened 6 years ago

rmcloughlin commented 6 years ago

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