Skip to content

fix: correção de sintaxe no workflow #139

fix: correção de sintaxe no workflow

fix: correção de sintaxe no workflow #139

Triggered via pull request November 21, 2025 15:02
Status Failure
Total duration 1m 56s
Artifacts

ci-pipeline.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
test-and-build
Process completed with exit code 1.
sonarcloud
Process completed with exit code 1.
sonarcloud: src/Riber.Infrastructure/Services/AWS/Email/AmazonSESService.cs#L7
Rename class 'AmazonSESService' to match pascal case naming rules, consider using 'AmazonSesService'. (https://rules.sonarsource.com/csharp/RSPEC-101)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L39
Define a constant instead of using this literal 'Users' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L33
Define a constant instead of using this literal 'Categories' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L26
Define a constant instead of using this literal 'Products' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L20
Define a constant instead of using this literal 'Orders' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationRoleClaimSeeder.cs#L43
Define a constant instead of using this literal 'products.read' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L14
Define a constant instead of using this literal 'Companies' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Application/Behaviors/LoggingBehavior.cs#L46
Logging in a catch clause should pass the caught exception as a parameter. (https://rules.sonarsource.com/csharp/RSPEC-6667)
sonarcloud: src/Riber.Domain/ValueObjects/BaseValueObject.cs#L13
Remove this empty record, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
sonarcloud: src/Riber.Domain/Entities/Abstractions/BaseEntity.cs#L9
Seal class 'BaseEntity' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)