✨ 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:
@@ -83,5 +83,5 @@ NeedDispatch: false.
|
||||
*/
|
||||
|
||||
// NOTE: Parsed telegram pipeline structures (ParsedTelegram, MessageStatus, etc.)
|
||||
// have been moved to the internal/model package to keep the domain layer focused
|
||||
// have been moved to the internal/adapter/dto package to keep the domain layer focused
|
||||
// purely on aviation business concepts (FPL, DEP, ARR, etc.).
|
||||
|
||||
Reference in New Issue
Block a user