You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/05/30 06:27:52 UTC

[incubator-tuweni] branch master updated: Ignore json files for license header checks

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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 6137ea7  Ignore json files for license header checks
6137ea7 is described below

commit 6137ea78347ac4435e16a2d127d81ce16a00567a
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Fri May 29 23:27:38 2020 -0700

    Ignore json files for license header checks
---
 build.gradle | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d5d720c..a5d05f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -121,7 +121,12 @@ if (file('.git').exists()) {
         'toml-v0.5.0-spec-example.toml',
         'eth2-reference-tests/**',
         'package-lock.json',
-        '.github/pull_request_template.md'
+        '.github/pull_request_template.md',
+        'devp2p-eth/src/test/resources/mainnet.json',
+        'eth/src/test/resources/mainnet.json',
+        'eth/src/test/resources/missing-difficulty.json',
+        'eth/src/test/resources/missing-nonce.json',
+        'eth/src/test/resources/valid-genesis.json'
       ])
       return list
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org