forked from hashicorp/terraform-plugin-codegen-openapi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.copywrite.hcl
More file actions
33 lines (24 loc) · 717 Bytes
/
.copywrite.hcl
File metadata and controls
33 lines (24 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2023
header_ignore = [
# internal catalog metadata (prose)
"META.d/**/*.yaml",
# changie tooling configuration and CHANGELOG entries (prose)
".changes/unreleased/*.yaml",
".changie.yaml",
# GitHub issue template configuration
".github/ISSUE_TEMPLATE/*.yml",
# GitHub Actions workflow-specific configurations
".github/labeler-*.yml",
# golangci-lint tooling configuration
".golangci.yml",
# GoReleaser tooling configuration
".goreleaser.yml",
# Release Engineering tooling configuration
".release/*.hcl",
# Unit test data files
"internal/cmd/testdata/**",
]
}