Skip to content

Commit

Permalink
chore: Add logo to rat exclude list (apache#709)
Browse files Browse the repository at this point in the history
* rat: ignore logos

* revert
  • Loading branch information
andygrove authored Jul 23, 2024
1 parent f78cb34 commit 3afad56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ core/testdata/stacktrace.txt
dev/release/requirements.txt
docs/spark_builtin_expr_coverage.txt
docs/source/contributor-guide/benchmark-results/**/*.json
docs/logos/*.png
docs/logos/*.svg
rust-toolchain
spark/src/test/resources/tpcds-query-results/*.out
spark/src/test/resources/tpcds-plan-stability/approved-plans*/**/explain.txt
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,8 @@ under the License.
<exclude>tpcds-sf-1/**</exclude>
<exclude>tpch/**</exclude>
<exclude>docs/*.txt</exclude>
<exclude>docs/logos/*.png</exclude>
<exclude>docs/logos/*.svg</exclude>
<exclude>dev/release/rat_exclude_files.txt</exclude>
<exclude>dev/release/requirements.txt</exclude>
<exclude>native/core/src/execution/generated/**</exclude>
Expand Down

0 comments on commit 3afad56

Please sign in to comment.