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
This is not related to Gobra's CLI but the Config class. Currently, this case class features a noVerify and shouldVerify field and it seems like verification is only performed if noVerify == !shouldVerify && shouldVerify holds.
While noVerify's origin is the CLI, we should agree on a single field and simplify the casebase
The text was updated successfully, but these errors were encountered:
This is not related to Gobra's CLI but the
Config
class. Currently, this case class features anoVerify
andshouldVerify
field and it seems like verification is only performed ifnoVerify == !shouldVerify && shouldVerify
holds.While noVerify's origin is the CLI, we should agree on a single field and simplify the casebase
The text was updated successfully, but these errors were encountered: