Skip to content

[EPIC-7-QUALITY-002] Fix: Complete Circuit Breaker Rollback Logic#9

Open
mdasdispatch-hash wants to merge 6 commits into
mainfrom
epic-7-quality/ticket-002-circuit-breaker-rollback
Open

[EPIC-7-QUALITY-002] Fix: Complete Circuit Breaker Rollback Logic#9
mdasdispatch-hash wants to merge 6 commits into
mainfrom
epic-7-quality/ticket-002-circuit-breaker-rollback

fix(circuit-breaker): Complete state synchronization in rollback (Ite…

832d3df
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed May 24, 2026 in 4s

10 issues fixed. 12 issues found. Autofix available.

Annotations

Check notice on line 1088 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L1088

Closing parenthesis should not be preceded by a space. (SA1009)

Check notice on line 1067 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L1067

Closing parenthesis should be on line of last parameter. (SA1111)

Check notice on line 1081 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L1081

Closing parenthesis should be on line of last parameter. (SA1111)

Check notice on line 1081 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L1081

Closing parenthesis should not be preceded by a space. (SA1009)

Check warning on line 60 in scripts/hooks/pre-epic-ticket.ps1

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/hooks/pre-epic-ticket.ps1#L60

The Variable 'matches' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name. (PSAvoidAssignmentToAutomaticVariable)

Check notice on line 357 in scripts/consolidate_findings.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/consolidate_findings.py#L74-L357

Complex Method

Check warning on line 42 in scripts/hooks/pre-forensics.ps1

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/hooks/pre-forensics.ps1#L42

The Variable 'matches' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name. (PSAvoidAssignmentToAutomaticVariable)

Check warning on line 56 in scripts/hooks/pre-forensics.ps1

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/hooks/pre-forensics.ps1#L56

The Variable 'matches' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name. (PSAvoidAssignmentToAutomaticVariable)

Check notice on line 868 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L593-L868

Complex Method

Check notice on line 1019 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L869-L1019

Complex Method

Check notice on line 1071 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L1071

Closing parenthesis should be on line of last parameter. (SA1111)

Check notice on line 1078 in src/V12_002.SIMA.Dispatch.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/V12_002.SIMA.Dispatch.cs#L1078

Closing parenthesis should not be preceded by a space. (SA1009)