mattmoor / boilerplate-check

Apache License 2.0
1 stars 2 forks source link

Copyright date range is not ignored #22

Closed glyn closed 3 years ago

glyn commented 3 years ago

If a file has a copyright date range, boilerplate-check fails.

See an example failure here:

 webhook/psbinding/index.go#L2

[Go headers] reported by reviewdog 🐶
found mismatched boilerplate lines:

Raw Output:
webhook/psbinding/index.go:2: found mismatched boilerplate lines:
{[]string}[0]:
    -: "Copyright 2020 The Knative Authors"
    +: "Copyright 2020-2020 The Knative Authors"

Additional nit: the above output is incorrect as the date range was 2019-2020.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.