Skip to content

Conversation

@DomGarguilo
Copy link
Member

This directory, src/main/python/AccumuloProxy.egg-info/, is generated automatically when I run through the steps to set up the test client for python. It is already in the gitignore but it fails the rat check step of the build if I do not manually delete it. The changes in this PR make it so that the files within this directory are ignored by rat check which will not fail the build if it is present.

<configuration>
<excludes>
<exclude>src/main/resources/META-INF/services/*</exclude>
<exclude>src/main/python/AccumuloProxy.egg-info/*</exclude>
Copy link
Member

Choose a reason for hiding this comment

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

It's fine if these are ignored, but another option might be to add the license header automatically, like the main accumulo repo does.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good idea. Maybe ill merge this in as-is, then create a follow on ticket for that change.

@DomGarguilo DomGarguilo merged commit a6a29b0 into apache:main Nov 28, 2022
@DomGarguilo DomGarguilo deleted the addEggFileToRatExclude branch November 28, 2022 18:03
Kidcredible300 added a commit to Kidcredible300/accumulo-proxy that referenced this pull request Aug 18, 2025
Kidcredible300 added a commit to Kidcredible300/accumulo-proxy that referenced this pull request Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants