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

Lint.run prettier #105

Closed
wants to merge 2 commits into from
Closed

Lint.run prettier #105

wants to merge 2 commits into from

Conversation

indy-independence
Copy link
Member

No description provided.

Copy link

sonarcloud bot commented May 7, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
3.2% Duplication on New Code (required ≤ 3%)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@indy-independence indy-independence deleted the lint.run_prettier branch May 7, 2024 14:09
let repoDataRegex = /Commit (?<commit_id>\w+) (?<branch>[a-zA-Z0-9.-_]+) by (?<name>.+) at (?<date>[0-9- :]+)/;
let match = repoDataRegex.exec(this.state.commitInfo['settings']);
const repoDataRegex =
/Commit (?<commit_id>\w+) (?<branch>[a-zA-Z0-9.-_]+) by (?<name>.+) at (?<date>[0-9- :]+)/;

Check warning

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that overlaps with 0-9 in the same character class, and overlaps with A-Z in the same character class, and is equivalent to \[.\/0-9:;<=>?@A-Z\\[\\\\]^_\].
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.

1 participant