setup-terraform/.copywrite.hcl

31 lines
635 B
HCL
Raw Normal View History

2023-06-02 16:50:36 -04:00
schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2020
header_ignore = [
# 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",
# Github Action linting configuration
".github/actionlint.yaml",
# Release Engineering tooling configuration
".release/*.hcl",
# Auto-generated /dist
2023-06-02 16:51:19 -04:00
"dist/**",
2023-06-05 10:14:45 -04:00
# GitHub Action metadata file
"action.yml",
2023-06-02 16:50:36 -04:00
]
}