terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

Fixed Issue 265: ignore `for` label name by swift. #266

Closed kijuky closed 5 years ago

kijuky commented 5 years ago

This code's ccn is 1.

something(for: .something)
remarks

Because I don't know how to scan arrays efficiently in Python, it's an index-based implementation. I would like to point out.

kijuky commented 5 years ago

Thank you for merging!