From 173a89d28e0de593c05c1f295b4d831cde2847a7 Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Tue, 30 Jan 2024 10:27:20 -0800 Subject: [PATCH] style(weaver): fix DCI lint errors related to gradle wrapper scripts Signed-off-by: Peter Somogyvari --- .dcilintignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dcilintignore b/.dcilintignore index a589f699d1..0a5a91f2c7 100644 --- a/.dcilintignore +++ b/.dcilintignore @@ -26,3 +26,6 @@ weaver/tests/network-setups/corda/shared # Commit messages snuck disallowed terminology into the changelog files. CHANGELOG.md + +# Ignore the Gradle Wrapper scripts because they are vendored dependencies that we cannot alter +**/gradlew