blob: 849ec774a90ab9a68133937df9d02fd5c998d113 [file]
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",
# examples used within documentation (prose)
"examples/**",
# 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",
]
}