jenkinsci / categorized-view-plugin

This is a plugin to create a new view named Categorized Jobs View, where jobs are grouped dynamically by regular expressions
https://plugins.jenkins.io/categorized-view/
GNU General Public License v3.0
11 stars 24 forks source link

Increase spotbugs effort and threshold #67

Closed mPokornyETM closed 1 month ago

mPokornyETM commented 1 month ago

This is one of plugin improvements to be reade for 'modern' develepmonet see also: https://www.jenkins.io/doc/developer/tutorial-improve/

Increase the spotbugs analysis checks. See also: https://www.jenkins.io/doc/developer/tutorial-improve/add-more-spotbugs-checks/

ps: I adds also few SuppressFBWarnings() to make this 'init' spotbugs build happy.

Testing done

Automated tests only.

Submitter checklist