From 8ffd5d0ca97a2a5498be31bf07c570f3be58ba08 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 26 Apr 2023 13:59:12 -0400 Subject: [PATCH] Configure copywrite to ignore testdata --- .copywrite.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index 004e40c1d2..62c21ae434 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -9,5 +9,6 @@ project { # files or folders should be ignored header_ignore = [ "**/*.tf", + "**/testdata/**", ] }