Skip to content

Commit 9f40116

Browse files
jaceksanclaude
andcommitted
fix: exclude AIDA templates from copyright hook
Remove copyright headers from AIDA template files (pr-title.txt, commit-message.txt) that were incorrectly added by the pre-commit copyright hook. Add .aida/templates/** to .copyrightignore to prevent recurrence. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> risk: nonprod
1 parent e681d18 commit 9f40116

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.aida/templates/commit-message.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# (C) 2026 GoodData Corporation
21
{type}{repository_part}: {title}
32

43
{body}

.aida/templates/pr-title.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# (C) 2026 GoodData Corporation
21
{type}{repository_part}: {title}

.copyrightignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ gooddata-sdk/tests/catalog/store/**
8484

8585
# Testing certificates
8686
**/*.pem
87+
88+
# AIDA templates (content used verbatim, not source code)
89+
.aida/templates/**

0 commit comments

Comments
 (0)