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

Add enforcer rules #554

Merged
merged 4 commits into from
Oct 23, 2024
Merged

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Oct 23, 2024

Airbase contribution check list

  • Git commit messages follow https://cbea.ms/git-commit/.
  • All automated tests are passing.
  • Pull request was categorized using one of the existing labels.

@wendigo wendigo added the improvement Improvement to the existing code label Oct 23, 2024
@wendigo wendigo changed the title Serafin/add enforcer rules Add enforcer rules Oct 23, 2024
@wendigo wendigo force-pushed the serafin/add-enforcer-rules branch 2 times, most recently from 36cb1cb to c143a7f Compare October 23, 2024 19:54
airbase/pom.xml Outdated Show resolved Hide resolved
@wendigo wendigo merged commit 38d0088 into airlift:master Oct 23, 2024
4 checks passed
@wendigo wendigo deleted the serafin/add-enforcer-rules branch October 23, 2024 20:30
@@ -777,6 +777,7 @@
<bannedImport>org.assertj.core.api.AssertionsForInterfaceTypes.*</bannedImport>
</bannedImports>
</RestrictImports>
<requireProfileIdsExist />
Copy link
Member

Choose a reason for hiding this comment

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

Let's move this above all the RestrictImports

@@ -778,6 +778,9 @@
</bannedImports>
</RestrictImports>
<requireProfileIdsExist />
<requirePropertyDiverges>
Copy link
Member

Choose a reason for hiding this comment

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

Same, since the RestrictImports list is so big, let's leave it last

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to the existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants