pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

fix: file name containing 'index.' is not ignored by ignoreFile regex… #223

Closed wongjiahau closed 1 year ago

wongjiahau commented 2 years ago

Fixes #222

mrseanryan commented 2 years ago

@pzavolinsky PR to process.

Travis is still blocking - could we just turn it off?

pzavolinsky commented 2 years ago

@wongjiahau I just merged one PR from @mrseanryan that flew under my radar changing the release process to GH Actions, sorry to use you as guinea pig, but could you rebase your PR to see if we get the proper CI build working?

mrseanryan commented 1 year ago

hi @wongjiahau many thanks for this fix.

Finally I managed to fix the CI build for PRs, so we got it merged :)

Sean