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
Fixed an issue where the pack-level [pack] section of .pack-ignore was not honored for validators listed in ALWAYS_RUN_ON_ERROR_CODE. ValidateManager.filter_validation_results now consults both the content item's per-file ignored_errors and the pack's pack_level_ignored_errors. #5503
Internal
Added CO116, CO130, and CO171 to the list of ignorable ConnectUs validators, refined CO130 diagnostics and CO171 serializer awareness, and fixed a should_run preflight over-suppression where per-handler .connector-ignore entries silenced whole-connector validation runs. #5505