✨ Add configuration for Code Review Automation and enhance .gitignore. Introduce .coderabbit.yml for automated reviews with profiles for correctness, maintainability, security, and performance. Update paths to include relevant directories and exclude generated files. Modify .gitignore to include coverage reports and generated files. Refactor Docker Compose to use updated paths for database initialization scripts. Update Go module dependencies and enhance Makefile with new code generation tasks. Transition domain models to a new DTO structure for better separation of concerns.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import (
|
||||
"caatsm/internal/infra/monitoring"
|
||||
"caatsm/internal/infra/nats"
|
||||
"caatsm/internal/infra/postgres"
|
||||
"caatsm/internal/observability/telemetry"
|
||||
"caatsm/internal/infra/telemetry"
|
||||
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import (
|
||||
"caatsm/internal/infra/monitoring"
|
||||
"caatsm/internal/infra/nats"
|
||||
"caatsm/internal/infra/postgres"
|
||||
"caatsm/internal/observability/telemetry"
|
||||
"caatsm/internal/infra/telemetry"
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user