Skip to content

Add CLI push guards, safety checks, quiet duration, and format/lint caching #52

Add CLI push guards, safety checks, quiet duration, and format/lint caching

Add CLI push guards, safety checks, quiet duration, and format/lint caching #52

Triggered via pull request May 27, 2026 22:07
Status Success
Total duration 5m 10s
Artifacts

code-style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SonarCloud Analysis: application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L210
Either log this exception and handle it, or rethrow it with some contextual information.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Configuration/ApiDependencyConfiguration.cs#L344
Make sure using this hardcoded IP address '100.64.0.0' is safe here.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Authentication/MockEasyAuth/MockEasyAuthMiddleware.cs#L97
Make sure creating this cookie without the "HttpOnly" flag is safe.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Authentication/TokenGeneration/AuthenticationTokenService.cs#L47
Make sure creating this cookie without the "HttpOnly" flag is safe.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Configuration/SharedInfrastructureConfiguration.cs#L325
Change return type to 'void'; not a single caller uses the returned value.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Configuration/SharedInfrastructureConfiguration.cs#L300
Change return type to 'void'; not a single caller uses the returned value.
SonarCloud Analysis: application/shared-kernel/SharedKernel/StronglyTypedIds/StronglyTypedId.cs#L12
When implementing IComparable<T>, you should also override <, <=, >, and >=.