You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/09/18 23:40:32 UTC

[beam] branch master updated: Enable verbose output for RAT Precommit (#23279)

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

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5520fe064fc Enable verbose output for RAT Precommit (#23279)
5520fe064fc is described below

commit 5520fe064fc3b7196998d4597746119691eb6681
Author: Danny McCormick <da...@google.com>
AuthorDate: Sun Sep 18 19:40:23 2022 -0400

    Enable verbose output for RAT Precommit (#23279)
    
    * Enable verbose output
    
    * TEST - Remove license header
    
    * Remove arbitrary header
    
    * Add back licenses
    
    * Add description to RAT on Readme
    
    * Fix spurious diff
---
 .test-infra/jenkins/README.md | 2 +-
 build.gradle.kts              | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/README.md b/.test-infra/jenkins/README.md
index 2c252a4d55a..08b9665a92b 100644
--- a/.test-infra/jenkins/README.md
+++ b/.test-infra/jenkins/README.md
@@ -48,7 +48,7 @@ Beam Jenkins overview page: [link](https://ci-beam.apache.org/)
 | beam_PreCommit_PythonDocs| [commit](https://ci-beam.apache.org/job/beam_PreCommit_PythonDocs_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_PythonDocs_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_PythonDocs_Phrase/) | `Run PythonDocs PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_PythonDocs_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_PythonDocs_Cron/) |
 | beam_PreCommit_Python_PVR_Flink | [commit](https://ci-beam.apache.org/job/beam_PreCommit_Python_PVR_Flink_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_Python_PVR_Flink_Phrase/) | `Run Python_PVR_Flink PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron) |
 | beam_PreCommit_PythonFormatter | [commit](https://ci-beam.apache.org/job/beam_PreCommit_PythonFormatter_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_PythonFormatter_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_PythonFormatter_Phrase/) | `Run PythonFormatter PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_PythonFormatter_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_PythonFormatter_Cron/) |
-| beam_PreCommit_RAT | [commit](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Phrase/) | `Run RAT PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Cron) |
+| beam_PreCommit_RAT (checks for valid Apache license headers) | [commit](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Phrase/) | `Run RAT PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_RAT_Cron) |
 | beam_PreCommit_Spotless | [commit](https://ci-beam.apache.org/job/beam_PreCommit_Spotless_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_Spotless_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_Spotless_Phrase/) | `Run Spotless PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_Spotless_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_Spotless_Cron) |
 | beam_PreCommit_SQL | [commit](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Phrase/) | `Run SQL PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/) |
 | beam_PreCommit_SQL_Java11 | [commit](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Java11_Commit/), [cron](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Java11_Cron/), [phrase](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Java11_Phrase/) | `Run SQL_Java11 PreCommit` | [![Build Status](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Java11_Cron/badge/icon)](https://ci-beam.apache.org/job/beam_PreCommit_SQL_Java11_Cron/) |
diff --git a/build.gradle.kts b/build.gradle.kts
index aa7d1661415..342c14837e6 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -177,6 +177,7 @@ tasks.rat {
     exclusions.addAll(gitIgnoreExcludes)
   }
 
+  verbose.set(true)
   failOnError.set(true)
   setExcludes(exclusions)
 }