You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/11/10 10:41:50 UTC

kafka git commit: MINOR: Exclude PULL_REQUEST_TEMPLATE.md from rat checks

Repository: kafka
Updated Branches:
  refs/heads/trunk b9039bbd4 -> 50a44ee6a


MINOR: Exclude PULL_REQUEST_TEMPLATE.md from rat checks

Author: Ismael Juma <is...@juma.me.uk>

Reviewers: Rajini Sivaram <ra...@googlemail.com>

Closes #4201 from ijuma/exclude-pull-request-template-from-rat


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/50a44ee6
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/50a44ee6
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/50a44ee6

Branch: refs/heads/trunk
Commit: 50a44ee6a5c5024e1761529ebd41d884acec328f
Parents: b9039bb
Author: Ismael Juma <is...@juma.me.uk>
Authored: Fri Nov 10 10:41:15 2017 +0000
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Fri Nov 10 10:41:28 2017 +0000

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/50a44ee6/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index abd73bb..03426cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -118,6 +118,7 @@ if (new File('.git').exists()) {
         '**/.git/**',
         '**/build/**',
         'CONTRIBUTING.md',
+        'PULL_REQUEST_TEMPLATE.md',
         'gradlew',
         'gradlew.bat',
         '**/README.md',