Skip to content

Commit

Permalink
build: Allow past year in license header (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Oct 5, 2023
1 parent 8de6888 commit ede08b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ repos:
- hack/license-header.txt
- --comment-style
- //
- --use-current-year
- --allow-past-years
- id: insert-license
name: License headers - YAML and Makefiles
stages: [commit]
Expand All @@ -125,7 +125,7 @@ repos:
args:
- --license-filepath
- hack/license-header.txt
- --use-current-year
- --allow-past-years
- id: insert-license
name: License headers - Markdown
stages: [commit]
Expand All @@ -136,7 +136,7 @@ repos:
- hack/license-header.txt
- --comment-style
- <!--|| -->
- --use-current-year
- --allow-past-years
- repo: https://github.com/norwoodj/helm-docs
rev: v1.11.1
hooks:
Expand Down

0 comments on commit ede08b8

Please sign in to comment.