fbiville / headache

Utility to manage license headers in source files
Apache License 2.0
34 stars 8 forks source link

Running `headache` on non-Git projects fails instead of triggering full scans #55

Open fbiville opened 5 years ago

fbiville commented 5 years ago

Currently, running headache on non-Git projects fails because of ExecutionTracker#RetrieveVersionedTemplate which errors because of the underlying Git command failure.

The error should not be escalated and instead headache should trigger a full scan of the configured files.