tsabend / fus

Find unused Swift classes
MIT License
319 stars 14 forks source link

Some Classes not found #22

Closed 417-72KI closed 6 years ago

417-72KI commented 6 years ago

When I called fus list in my project, It couldn't find a class starts with Card.

I'm not an expert with Ruby, but it seems something wrong with regex in finder.rb#55.

I checked it in Rubular, and here is a screenshot. image

When I change Card to HogeCard, it detects!

What's going on in this regex?

Best Regards