You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/08/06 12:14:21 UTC

[arrow-datafusion] branch master updated: Remove redundant (and currently broken) RAT check (#3053)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new a8ed87404 Remove redundant (and currently broken) RAT check (#3053)
a8ed87404 is described below

commit a8ed874046ee47f4bf88adbbe25cbe397c64145f
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Sat Aug 6 08:14:17 2022 -0400

    Remove redundant (and currently broken) RAT check (#3053)
---
 .github/workflows/dev.yml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index a8d172004..8cb4e0ea9 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -19,24 +19,6 @@ name: Dev
 on: [push, pull_request]
 
 jobs:
-  lint:
-    name: Lint C++, Python, R, Rust, Docker
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout Arrow
-        uses: actions/checkout@v2
-        with:
-          repository: apache/arrow
-          submodules: true
-          fetch-depth: 0
-      - name: Setup Python
-        uses: actions/setup-python@v3
-        with:
-          python-version: "3.10"
-      - name: Setup Archery
-        run: pip install -e dev/archery[lint]
-      - name: Lint
-        run: archery lint --rat
 
   rat:
     name: Release Audit Tool (RAT)