Skip to content

Syntax errors.New fix#17

Merged
MichaelBoegner merged 1 commit intomainfrom
fix/errors-syntax
Sep 30, 2025
Merged

Syntax errors.New fix#17
MichaelBoegner merged 1 commit intomainfrom
fix/errors-syntax

Conversation

@MichaelBoegner
Copy link
Owner

@MichaelBoegner MichaelBoegner commented Sep 30, 2025

Summary

This PR standardizes error message capitalization by converting all capitalized error messages to lowercase. This change improves consistency across the codebase by following Go's convention that error messages should start with lowercase letters.

What changed

  • Converts all error messages from title case to lowercase
  • Updates both production code and mock repositories
  • Maintains consistent error message formatting across all modules

@MichaelBoegner MichaelBoegner self-assigned this Sep 30, 2025
@MichaelBoegner MichaelBoegner added the fix Fix for broken feature or test label Sep 30, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR standardizes error message capitalization by converting all capitalized error messages to lowercase. This change improves consistency across the codebase by following Go's convention that error messages should start with lowercase letters.

  • Converts all error messages from title case to lowercase
  • Updates both production code and mock repositories
  • Maintains consistent error message formatting across all modules

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
user/service.go Updates JWT token error message to lowercase
user/repository_mock.go Converts all mock error messages to lowercase
user/model.go Updates account deletion error message to lowercase
token/repository_mock.go Standardizes mock error messages to lowercase
interview/repository_mock.go Converts mock database error messages to lowercase
conversation/repository_mock.go Updates all mock error messages to lowercase format

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MichaelBoegner MichaelBoegner merged commit 503e23c into main Sep 30, 2025
1 check passed
@MichaelBoegner MichaelBoegner deleted the fix/errors-syntax branch September 30, 2025 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Fix for broken feature or test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants