Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: add maven plugin flags to skip abstract types #478

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

CarstenWickner
Copy link
Member

Introduce new configuration flags for Maven plugin:

  • <skipAbstractTypes>
  • <skipInterfaces>

Closes #476.

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Health Quality Gates: FAILED

Change in average Code Health of affected files: -1.27 (9.69 -> 8.41)

  • Declining Code Health: 4 findings(s) 🚩

  • Affected Hotspots: 1 files(s) 🔥

View detailed results in CodeScene

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Health Quality Gates: OK

Change in average Code Health of affected files: -0.30 (9.69 -> 9.39)

  • Declining Code Health: 1 findings(s) 🚩

  • Affected Hotspots: 1 files(s) 🔥

View detailed results in CodeScene

@CarstenWickner CarstenWickner merged commit c695f40 into main Sep 27, 2024
11 checks passed
@CarstenWickner CarstenWickner deleted the maven-plugin-skip-abstracts branch September 27, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Ignore all abstract classes during generation?
1 participant