We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cefafbe + 97a6946 commit 33df98fCopy full SHA for 33df98f
.golangci.yml
@@ -3,8 +3,10 @@ linters-settings:
3
values:
4
const:
5
AUTHOR: The Kubernetes Authors
6
+ regexp:
7
+ YR: '\d\d\d\d'
8
template: |-
- Copyright {{ YEAR }} {{ AUTHOR }}.
9
+ Copyright {{ YR }} {{ AUTHOR }}.
10
11
Licensed under the Apache License, Version 2.0 (the "License");
12
you may not use this file except in compliance with the License.
0 commit comments