naddison36 / sol2uml

Solidity contract visualisation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't parse folders with .sol extension

naddison36 opened this issue · comments

Foundry's forge creates folders in the out folder with the same name as the Solidity source file. eg Monoaco.sol and Car.sol under the out folder are folders and not files.

sol2uml needs to not parse folders with a .sol extension.