Skip to content

Commit ac38072

Browse files
authored
build: add ignoreLicenseYear option to header checker (#7651)
We are currently migrating older code from other repositories and many files there have years in the header that are not 2026. It is OK, but the `header-checker-lint` is flagging them. Let's disable the year validation for now.
1 parent 54cbdff commit ac38072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/header-checker-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ ignoreFiles:
1313
- "packages/*/__snapshots__/**/*.js"
1414
- "packages/typeless-sample-bot/test/fixtures/**/*.ts"
1515
- "packages/typeless-sample-bot/test/fixtures/**/*.js"
16+
ignoreLicenseYear: true

0 commit comments

Comments
 (0)