action #96716
closedcoordination #96596: [qe-core][CI] CI/CD and Coding style improvements
[qe-core][CI] Add CI check for module header not being updated
0%
Description
When an existing perl module is being edited or a new one is created, the Copyright date has to be up-to-date.
A CI check can be implemented, which will compare the current year date with the one included in the header of the edited module.
Acceptance criteria¶
- AC1: Each subtask is proposed as an RFC in the os-autoinst-distri-opensuse repo.
- AC2: There's a corresponding entry in the contributing document.
Updated by punkioudi over 3 years ago
PR for adding missing information in the file header from already existing pms : https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13061
Updated by punkioudi over 3 years ago
Another PR for adding missing information in tests' file header : https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13073
Updated by punkioudi over 3 years ago
As a first step to the CI Story, I created this [PR]
There was already an implementation for the Maintainer and Summary field and I added one more check for the Copyright area.
Updated by okurz about 3 years ago
- Category set to Enhancement to existing tests
Updated by punkioudi about 3 years ago
- Status changed from In Progress to Resolved