You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either result.WorkDir should be properly escaped, or the temporary directory should be replaced with a placeholder before the comparison. I did the latter variant in pkglint, search for func (t *Tester) Output() string.
The text was updated successfully, but these errors were encountered:
This looks to be fixed by 10cb982 (which updates the CI to run the test suite on Windows), which quotes WorkDir using regexp.QuoteMeta to make it safe to include in the regular expression.
To reproduce:
Output:
Either
result.WorkDir
should be properly escaped, or the temporary directory should be replaced with a placeholder before the comparison. I did the latter variant in pkglint, search forfunc (t *Tester) Output() string
.The text was updated successfully, but these errors were encountered: