Skip to content

Commit

Permalink
update(.golangci.yml): add spdx id line to the linter
Browse files Browse the repository at this point in the history
Co-authored-by: Aldo Lacuku <[email protected]>
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr and alacuku committed Oct 19, 2023
1 parent 78855a9 commit b61ae8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b61ae8e

Please sign in to comment.