Closed salmojunior closed 5 years ago
When calling lizard from CLI we can specify as many --exclude paths as we need but astlane-plugin-lizard accepts only one.
lizard
--exclude
astlane-plugin-lizard
I propose to change exclude parameter to accept an array of paths.
exclude
@salmojunior will look into this when I have the time. Thanks!
@salmojunior 1.3.0 is being released. Kindly look at the README.md and check out how to run multiple exclude. Thanks!
README.md
When calling
lizard
from CLI we can specify as many--exclude
paths as we need butastlane-plugin-lizard
accepts only one.I propose to change
exclude
parameter to accept an array of paths.