aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/entry/tox/copyright_year.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-04-17feat(tox): add copyright year fixer scriptVratko Polak1-6/+3
It uses rather simple sed commands, but seems to work well enough. + Improve readme. + Shortened comments about why 3 lines. Change-Id: I50b395dfeb586f671f7c4c82f22369de90b351ec Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-30style(tox): prepare for fixer scriptsVratko Polak1-0/+70
The previous code assumes each tox script is a checker. We want to add fixer scripts (not voting but editing) soon. This is the less interesting part of the process, renaming things and updating comments. Includes some basic descriptions of how fixers differ from checkers. Change-Id: I1ca1572a328acd02b41dcf4e70d7cb3746a03b03 Signed-off-by: Vratko Polak <vrpolak@cisco.com>