Skip to content

Conversation

@lumirlumir
Copy link
Member

Prerequisites checklist

What is the purpose of this pull request?

In this PR, I've corrected the regex pattern for eslint-plugin/report-message-format in eslint.config.js.

It seems the original intent of this regex was to enforce a capital first character, but the current regex matches strings like the following:

image

I've updated the regex to correctly identify messages that start with a lowercase letter.

What changes did you make? (Give an overview)

In this PR, I've corrected the regex pattern for eslint-plugin/report-message-format in eslint.config.js.

Related Issues

N/A

Is there anything you'd like reviewers to focus on?

N/A

@eslintbot eslintbot added this to Triage Nov 9, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Nov 9, 2025
@lumirlumir lumirlumir requested a review from a team November 9, 2025 11:25
Copy link
Member

@mdjermanovic mdjermanovic left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@mdjermanovic mdjermanovic merged commit dc4267d into main Nov 9, 2025
25 checks passed
@mdjermanovic mdjermanovic deleted the chore-correct-regex-pattern branch November 9, 2025 12:32
@github-project-automation github-project-automation bot moved this from Needs Triage to Complete in Triage Nov 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

3 participants