Fix brace expansion and whitespace in CLI pattern options#469
Fix brace expansion and whitespace in CLI pattern options#469yamadashy merged 10 commits intoyamadashy:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #469 +/- ##
==========================================
+ Coverage 85.07% 85.17% +0.09%
==========================================
Files 87 88 +1
Lines 4323 4350 +27
Branches 848 857 +9
==========================================
+ Hits 3678 3705 +27
Misses 645 645 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hey @yamadashy PR for fixing #467 |
|
Hey @yamadashy please look into this once available |
|
@pranshugupta01 The pattern parsing functionality works excellently. Since curly braces The code is now working as expected, so I'll go ahead and merge this PR! Thank you so much for your contribution! |
Issue
The CLI --include and --ignore options had two issues with pattern handling:
Solution
Before :
After :
Checklist
npm run testnpm run lint