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
Plugin system — ExSlop now uses register_default_config with checks.extra, matching the Credo ecosystem convention (AshCredo, credo_contrib, etc.). Setup is just plugins: [{ExSlop, []}] in .credo.exs.
RescueWithoutReraise fix — no longer fires when the rescued exception binding appears in the return value (e.g. {:error, {:reason, error}}). Also handles e in ExceptionType patterns and unquote edge cases.