-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Labels
I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)Previously written code will work as before, no one should note anything changing (aside the fix)S: NormalHandle this with default priorityHandle this with default priorityT: MaintenanceWork to keep up the quality of the code and documentation.Work to keep up the quality of the code and documentation.
Description
Describe the bug
The check_copyright_headers.py will notify if code files are missing the usual header. This currently does not include *.js
files used in the documentation.
To Reproduce
CI passes, even though doc/htmldoc/static/js/filter_models.js
is missing a header.
Expected behavior
Same as for Python and C++ files also the JavaScript and CSS components should have a proper header.
Metadata
Metadata
Assignees
Labels
I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)Previously written code will work as before, no one should note anything changing (aside the fix)S: NormalHandle this with default priorityHandle this with default priorityT: MaintenanceWork to keep up the quality of the code and documentation.Work to keep up the quality of the code and documentation.
Type
Projects
Status
To do