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 b77d06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ linters-settings:
const:
AUTHORS: The Falco Authors
template: |-
Copyright {{ YEAR }} {{ AUTHORS }}
SPDX-License-Identifier: Apache-2.0
Copyright (C) {{ YEAR }} {{ AUTHORS }}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit b77d06c

Please sign in to comment.