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
Hi there, I had a problem integrating the plugin because it was throwing this error in the scan phase (returning an empty array, no violations):
Sources/DangerSwiftPeriphery/DangerPeriphery.swift:isViolationIncludedInInsertions(_:diffProvider:)#134: The operation couldn’t be completed. (DangerShellExecutor.SpawnError error 0.)
The function isViolationIncludedInInsertions is throwing the error when is making the diff step, so I disabled it and it works correctly.
I made a PR #69 to optionally disable this filtering, do you have more info about this error?
The text was updated successfully, but these errors were encountered:
@dancarvajc
Thanks for reporting the issue! Version 1.4.1 has been released.
It incorporates a fixed version of SwiftShell on which DangerSwiftPeriphery depends.
Could you please check if this reproduces the issue?
Hi there, I had a problem integrating the plugin because it was throwing this error in the scan phase (returning an empty array, no violations):
The function
isViolationIncludedInInsertions
is throwing the error when is making the diff step, so I disabled it and it works correctly.I made a PR #69 to optionally disable this filtering, do you have more info about this error?
The text was updated successfully, but these errors were encountered: