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

Fixed RAT check. #482

Merged
merged 1 commit into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,13 @@ jobs:
name: Release Audit Tool (RAT)
runs-on: ubuntu-latest
steps:
- name: Checkout Arrow
uses: actions/checkout@v2
with:
repository: apache/arrow
submodules: true
fetch-depth: 0
- name: Checkout Arrow Rust
uses: actions/checkout@v2
with:
path: rust
fetch-depth: 0
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Setup Archery
run: pip install -e dev/archery[lint]
- name: Lint
run: archery lint --rat
- name: Audit licenses
run: ./dev/release/run-rat.sh .

prettier:
name: Use prettier to check formatting of documents
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!---
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANGELOG.md)

# Changelog
Expand Down
36 changes: 11 additions & 25 deletions dev/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
*.npmrc
*.gitignore
.gitmodules
*.csv
*.json
*.snap
.github/ISSUE_TEMPLATE/*.md
.github/pull_request_template.md
CHANGELOG.md
pax_global_header
MANIFEST.in
requirements.txt
*.html
*.sgml
*.css
*.png
*.ico
*.svg
*.devhelp2
*.scss
venv/*
testing/*
target/*
dev/release/rat_exclude_files.txt
arrow/test/data/*
.gitattributes
arrow/test/data/*.csv
rust-toolchain
**.gitignore
.gitmodules
Cargo.lock
filtered_rat.txt
rat.txt
# auto-generated
arrow-flight/src/arrow.flight.protocol.rs
ballista/rust/benchmarks/tpch/queries/q*.sql
ballista/rust/scheduler/testdata/*
ballista/ui/scheduler/yarn.lock