Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Spotbugs maven report: how to get text output #230

Open
linusjf opened this issue Jun 22, 2020 · 1 comment
Open

Spotbugs maven report: how to get text output #230

linusjf opened this issue Jun 22, 2020 · 1 comment

Comments

@linusjf
Copy link

linusjf commented Jun 22, 2020

       <addSourceDirs>true</addSourceDirs>
         <failOnError>false</failOnError>
         <excludeFilterFile>${spotbugs.excludeFilterFile}</excludeFilterFile>
         <includeTests>true</includeTests>
         <skipEmptyReport>true</skipEmptyReport>
         <xmlOutput>false</xmlOutput>
         <spotbugsXmlOutput>false</spotbugsXmlOutput>
         <effort>Max</effort>
         <threshold>Default</threshold>

The above is the configuration parameters for my Spotbugs plugin entry.
How do I output the report in text format?

The pom is located at:

https://github.com/Fernal73/DSAlgos/blob/master/pom.xml

@linusjf
Copy link
Author

linusjf commented Jul 3, 2020

I find the XML output too verbose even when there are no bugs reported. Is there a way of reducing the verbosity of the output? Additionally, the output is poorly formatted. Too many elements crammed into a single line.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant