Skip to content

[Feat] Implement Endpoint for Updating a Comment on a Blog #688

[Feat] Implement Endpoint for Updating a Comment on a Blog

[Feat] Implement Endpoint for Updating a Comment on a Blog #688

Triggered via pull request March 1, 2025 15:35
Status Success
Total duration 1m 14s
Artifacts

ci-build-lint-test.yml

on: pull_request
build_lint_test
1m 7s
build_lint_test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build_lint_test: src/Hng.Infrastructure/Migrations/20240810172648_add to product.cs#L9
The type name 'addtoproduct' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_lint_test: src/Hng.Infrastructure/Migrations/20240810172648_add to product.Designer.cs#L16
The type name 'addtoproduct' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_lint_test: src/Hng.Infrastructure/Migrations/20240813081318_update.cs#L8
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_lint_test: src/Hng.Infrastructure/Migrations/20240813081318_update.Designer.cs#L16
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_lint_test: src/Hng.Infrastructure/Migrations/20240831093552_added squeeze entity.cs#L8
The type name 'addedsqueezeentity' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_lint_test: src/Hng.Infrastructure/Migrations/20240831093552_added squeeze entity.Designer.cs#L16
The type name 'addedsqueezeentity' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_lint_test: src/Hng.Application.Test/Features/PaymentIntegrations/Paystack/FakeHttpMessageHandler.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build_lint_test: src/Hng.Web/Controllers/TransactionsController.cs#L118
Parameter 'pageNumber' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)
build_lint_test: src/Hng.Web/Controllers/TransactionsController.cs#L118
Parameter 'pageSize' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)