Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve File-Checking #5

Open
s2t2 opened this issue Jul 7, 2019 · 0 comments
Open

Improve File-Checking #5

s2t2 opened this issue Jul 7, 2019 · 0 comments

Comments

@s2t2
Copy link
Member

s2t2 commented Jul 7, 2019

Currently, the file-checker is able to identify presence or absence of a directory named "test" or "tests", but students sometimes put their tests in the root repo and in smaller apps this is fine. So instead of checking for specific file names, this script should check if any files exist in the repo which have either "test" or "test" in their name.

The same multi-file checking process can be applied to other checks as well. For example, if there is a "README" or "README.md" or "README.txt" the script should classify that repo as having a README. And if there is a "LICENSE" or "LICENSE.md" or "LICENSE.txt" the script should classify that repo as having a LICENSE.

s2t2 added a commit that referenced this issue Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant