repobee / repobee-sanitizer

A plugin for sanitizing master repositories before distribution to students
MIT License
2 stars 3 forks source link

Don't allow untracked files when running sanitize-repo #25

Closed slarse closed 4 years ago

slarse commented 4 years ago

If there are untracked files in the repository, then we should return a plug.Result with a failure status saying that untracked files are not allowed.

It should be possible to override this behavior with --force