wakatime/wakatime-cli

Pattern matching for include, exclude, and other regex patterns should be case insensitive

alanhamlett opened this issue · 0 comments

Any user-input regex pattern that matches file entity paths should be case-insensitive.

As part of this fix, let's remove regex.go and use regexp.Compile instead.