You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2018. It is now read-only.
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.
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.