Skip to content

Commit

Permalink
Fix copyright year. It doesn't have to be the current year. Also, fix…
Browse files Browse the repository at this point in the history
… CODEOWNERS. (#41)
  • Loading branch information
voscob authored Jan 21, 2023
1 parent 401161a commit a722254
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* @ConduitIO/conduit-core
# Define code owners (individuals or teams that are responsible for code in this repository)
# More about code owners at https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
* @conduitio-labs/conduit-core
2 changes: 1 addition & 1 deletion .golangci.goheader.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © {{ YEAR }} Meroxa, Inc. & Yalantis
Copyright © {{ copyright-year }} Meroxa, Inc. & Yalantis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ linters-settings:
ignore-tests: true
goheader:
template-path: '.golangci.goheader.template'
values:
regexp:
copyright-year: 20[2-9]\d
lll:
line-length: 120

Expand Down

0 comments on commit a722254

Please sign in to comment.