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

Build: Upgrade to Apache RAT 0.16, scanning hidden directories and adding missing ASF header #9495

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

jbonofre
Copy link
Member

@jbonofre jbonofre commented Jan 17, 2024

This PR does:

  • upgrade to Apache RAT 0.16
  • add --scan-hidden-directories option
  • add ASF header where missing
  • add new excluded file from RAT check

Closes #9494

@github-actions github-actions bot added the INFRA label Jan 17, 2024
@jbonofre
Copy link
Member Author

@Fokko can you please take a look ? Thanks !

@@ -68,7 +68,7 @@ mkdir -p "$FWDIR"/lib
}

mkdir -p build
$java_cmd -jar "$rat_jar" -E "$FWDIR"/dev/.rat-excludes -d "$FWDIR" > build/rat-results.txt
$java_cmd -jar "$rat_jar" --scan-hidden-directories -E "$FWDIR"/dev/.rat-excludes -d "$FWDIR" > build/rat-results.txt
Copy link
Member

Choose a reason for hiding this comment

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

Awesome contribution on adding --scan-hidden-directories options at the rat plugin side JB 👍
apache/creadur-rat#166

@ajantha-bhat ajantha-bhat added this to the Iceberg 1.5.0 milestone Jan 17, 2024
@nastra nastra merged commit 97a9a08 into apache:main Jan 18, 2024
41 checks passed
geruh pushed a commit to geruh/iceberg that referenced this pull request Jan 26, 2024
adnanhemani pushed a commit to adnanhemani/iceberg that referenced this pull request Jan 30, 2024
devangjhabakh pushed a commit to cdouglas/iceberg that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build/Release: Upgrade to Apache RAT 0.16 and scan hidden directories
3 participants