From 742ca78f0af2ebc59d0931026d1b742750d726cc Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 13 Feb 2025 12:52:06 +0100 Subject: [PATCH] make changie dirs excempt from copyright headers --- .copywrite.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index 5b33c69c4c..ad3027b008 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -13,8 +13,7 @@ project { "**/*.pb.go", "**/*_string.go", "**/mock*.go", - ".changes/unreleased/**", - ".changes/backported/**", + ".changes/**", # these directories have their own copywrite config "docs/plugin-protocol/**", "internal/tfplugin*/**"