Skip to content

Commit c646bf2

Browse files
authored
chore(linter): happy new year 2025 (#1690)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 7afb024 commit c646bf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ linters-settings:
5757
limitations under the License.
5858
values:
5959
regexp:
60-
copyright-year: 202[3|4]
60+
# support of single or range-based years i.e 2024 2024-2025 2024-2026
61+
copyright-year: "202[0-9](-202[0-9])?"
6162
forbidigo:
6263
forbid:
6364
- ^print.*$

0 commit comments

Comments
 (0)