Doc validation
Check documentation files
To add a warning in the Gitlab pipeline when not all scriptfiles have a corresponding .md file, Add the following code to .gitlab-ci.yml file of your scriptrepo:
This also sends an email to the person who pushed to te repo.
The email lists all files that are missing documentation.
Ignore scriptfiles
Sometimes scripts call other scriptfiles. In this case you don't want to split up you documentation.
To avoid the validation check to report these included files, you can add the filename to a .docignore file you place in the root of your repository.
Only the filename is checked, so don't include the path to the file.