Skip to content

infra: mandatory PR hygiene gate + CI hardening [Build 1111.011] - #110

Closed
mkalhitti-cloud wants to merge 21 commits into
mainfrom
feature/photon-spsc-hardening-verified
Closed

infra: mandatory PR hygiene gate + CI hardening [Build 1111.011]#110
mkalhitti-cloud wants to merge 21 commits into
mainfrom
feature/photon-spsc-hardening-verified

infra: mandatory PR hygiene gate + CI hardening [Build 1111.011]

e9b1763
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 20, 2026 in 0s

20 new issues (0 max.) of at least severity.

Annotations

Check notice on line 33 in AGENTS.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

AGENTS.md#L33

Undefined acronym "KB" — define on first use or add to glossary.

Check warning on line 1 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L1

Provide a 'CLSCompliant' attribute for assembly 'srcassembly.dll'.

Check warning on line 57 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L57

Catch a list of specific exception subtype or use exception filters instead.

Check warning on line 119 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L119

Method Epic1DeltaTests::Sideband_ConcurrentReleaseAcquire_NoStaleReads has 52 lines of code (limit is 50)

Check warning on line 119 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L119

Method Epic1DeltaTests::Sideband_ConcurrentReleaseAcquire_NoStaleReads has a cyclomatic complexity of 9 (limit is 8)

Check notice on line 125 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L125

Add curly braces around the nested statement(s) in this 'for' block.

Check warning on line 150 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L150

Verify this is the index/key that was intended; a value has already been set for it.

Check notice on line 169 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L169

Add curly braces around the nested statement(s) in this 'if' block.

Check warning on line 179 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L179

Replace this use of 'Task.WaitAll' with 'await Task.WhenAll'.

Check notice on line 273 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L273

Either remove or fill this block of code.

Check notice on line 301 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L301

Add curly braces around the nested statement(s) in this 'if' block.

Check notice on line 371 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L371

Remove this commented out code.

Check notice on line 375 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L375

Add curly braces around the nested statement(s) in this 'for' block.

Check notice on line 379 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L379

Add curly braces around the nested statement(s) in this 'for' block.

Check notice on line 383 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L383

Add curly braces around the nested statement(s) in this 'for' block.

Check notice on line 478 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L478

Add curly braces around the nested statement(s) in this 'for' block.

Check notice on line 493 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L493

Add curly braces around the nested statement(s) in this 'foreach' block.

Check warning on line 542 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L542

Method Epic1DeltaTests::ConcurrentDictionary_HighStressMutations_NoKeyNotFoundException has 52 lines of code (limit is 50)

Check warning on line 542 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L542

Method Epic1DeltaTests::ConcurrentDictionary_HighStressMutations_NoKeyNotFoundException has a cyclomatic complexity of 9 (limit is 8)

Check warning on line 611 in tests/Epic1DeltaTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Epic1DeltaTests.cs#L611

Implement 'IEquatable<T>' in value type 'FleetDispatchSideband'.