Skip to content

Commit

Permalink
Merge main into current
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Jan 2, 2025
2 parents 67de146 + 17ecd0f commit 85db685
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ linters-settings:
values:
const:
COMPANY: Cofide Limited
regexp:
VALID_YEAR: 202[4-9]|20[3-9][0-9]|2[1-9][0-9][0-9]
# Require Cofide copyright and SPDX license in all source files.
template: |
Copyright {{ MOD-YEAR }} {{ COMPANY }}.
SPDX-License-Identifier: Apache-2.0
template: |-
Copyright {{ VALID_YEAR }} {{ COMPANY }}.
SPDX-License-Identifier: Apache-2.0

0 comments on commit 85db685

Please sign in to comment.