From b61ae8ee91e431fe6133d5ce8a87e73fd01dde9e Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Thu, 19 Oct 2023 18:26:52 +0200 Subject: [PATCH] update(.golangci.yml): add spdx id line to the linter Co-authored-by: Aldo Lacuku Signed-off-by: Leonardo Grasso --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 24881932d..8873ae0fd 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -11,6 +11,7 @@ linters-settings: const: AUTHORS: The Falco Authors template: |- + SPDX-License-Identifier: Apache-2.0 Copyright {{ YEAR }} {{ AUTHORS }} Licensed under the Apache License, Version 2.0 (the "License");