This repository was archived by the owner on Jul 18, 2022. It is now read-only.
This repository was archived by the owner on Jul 18, 2022. It is now read-only.
headache on non-Git projects fails instead of triggering full scans #55
Currently, running
headacheon non-Git projects fails because ofExecutionTracker#RetrieveVersionedTemplatewhich errors because of the underlying Git command failure.The error should not be escalated and instead
headacheshould trigger a full scan of the configured files.