Skip to content

Commit

Permalink
make copyright year linting check less strict (carvel-dev#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand authored Jan 31, 2022
1 parent f523c71 commit 4e77f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ linters-settings:
goheader:
values:
regexp:
copyright-year: 202[0-1]
copyright-year: 20[0-9][0-9]
template-path: code-header-template.txt
issues:
max-issues-per-linter: 0
Expand Down

0 comments on commit 4e77f95

Please sign in to comment.