We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afb024 commit c646bf2Copy full SHA for c646bf2
.golangci.yml
@@ -57,7 +57,8 @@ linters-settings:
57
limitations under the License.
58
values:
59
regexp:
60
- copyright-year: 202[3|4]
+ # support of single or range-based years i.e 2024 2024-2025 2024-2026
61
+ copyright-year: "202[0-9](-202[0-9])?"
62
forbidigo:
63
forbid:
64
- ^print.*$
0 commit comments