mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Fix SPDX license header (#231)
This change adds SPDX license headers to all files and eforces it with the linter. Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@ linters:
|
||||
- unparam
|
||||
- unused
|
||||
- importas
|
||||
- goheader
|
||||
settings:
|
||||
revive:
|
||||
rules:
|
||||
@@ -76,6 +77,9 @@ linters:
|
||||
- pkg: sigs.k8s.io/gateway-api/apis/v1alpha2
|
||||
alias: gwv1alpha2
|
||||
no-extra-aliases: true
|
||||
goheader:
|
||||
template: |-
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
exclusions:
|
||||
generated: lax
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user