Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed re.MULTILINE flag from the regex pattern #87

Merged
merged 1 commit into from
May 21, 2024

Conversation

Abhinavcode13
Copy link
Collaborator

  • In this specific case, since the expected header is defined as a block and does not require line-by-line matching with anchors
    (^ & $), re.MULTILINE is not necessary.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Abhinavcode13 Abhinavcode13 requested a review from pjflux2001 May 20, 2024 14:08
@pjflux2001 pjflux2001 merged commit 70e3e04 into main May 21, 2024
16 checks passed
@pjflux2001 pjflux2001 deleted the Abhinavcode13-patch-1 branch May 21, 2024 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants