Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ Description
Make use of the
copyright_year
configuration field and allow overriding it at runtime via command flag. This way users that want the old behaviour can simply ensure that they are not setting thecopyright_year
in the config file.For the rest of the users this enables a variety of new usage patterns, for example:
copyright_year
in the configuration file to capture the project creation date (the one used during the initial invocation ofcopywrite headers
)-y
/--copyright-year
flag in various dev automation tools to stamp new source files with the year they were first created.🔗 External Links
N/A
👍 Definition of Done
🤔 Can be merged upon approval?
✅