Skip to content

Improve determing and logging included/excluded paths for URL checks

Melvin Keskin requested to merge refactor/check-urls into master

Paths having the same beginning are correctly differentiated now. E.g., ".gitignore" is not excluded anymore only because ".git" is in the list of excluded paths.

Included files, excluded files and excluded top-level directories are logged now.

Merge request reports