naddison36 / sol2uml

Solidity contract visualisation tool
MIT License
1.13k stars 268 forks source link

Don't parse folders with .sol extension #98

Closed naddison36 closed 2 years ago

naddison36 commented 2 years ago

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.

naddison36 commented 2 years ago

Fixed in https://github.com/naddison36/sol2uml/releases/tag/v2.1.9