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

fix(eslint-plugin): [prefer-regexp-exec] skip malformed regexes #6935

Merged
merged 1 commit into from Apr 19, 2023

Skip malformed regular expressions

63192f3
Select commit
Failed to load commit list.
Merged

fix(eslint-plugin): [prefer-regexp-exec] skip malformed regexes #6935

Skip malformed regular expressions
63192f3
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Apr 19, 2023 in 0s

87.37% (+0.00%) compared to 4f3750f

View this Pull Request on Codecov

87.37% (+0.00%) compared to 4f3750f

Details

Codecov Report

Merging #6935 (63192f3) into main (4f3750f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6935   +/-   ##
=======================================
  Coverage   87.37%   87.37%           
=======================================
  Files         386      386           
  Lines       13192    13194    +2     
  Branches     3867     3867           
=======================================
+ Hits        11526    11528    +2     
  Misses       1300     1300           
  Partials      366      366           
Impacted Files Coverage Δ
...ages/eslint-plugin/src/rules/prefer-regexp-exec.ts 100.00% <100.00%> (ø)