This repository was archived by the owner on Jul 20, 2018. It is now read-only.

Description
Currently different checks and analyzers deal with directories and files in similar ways. Examples are extracting file endings, file paths, file contents, etc.
There is a lot of code duplication happening here. We should look into having a utility class with static methods for these tasks.