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
Exceptions management is currently implemented as a global package. This is bad because we can't use vet as a package and run concurrent scans. We need to refactor exceptions management into an object of its own with an optional global instance to maintain current feature parity
The text was updated successfully, but these errors were encountered:
Exceptions management is currently implemented as a global package. This is bad because we can't use
vet
as a package and run concurrent scans. We need to refactor exceptions management into an object of its own with an optional global instance to maintain current feature parityThe text was updated successfully, but these errors were encountered: