You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a configuration setting for the exclude patterns. Check if lizard supports multiple --exclude flags per command. If it does, the setting should be an array of strings. Otherwise, a single string.
Add --exclude flags to the Lizard command.
Document the new setting in the readme file.
The text was updated successfully, but these errors were encountered:
Lizard does not honor the --exclude option when scanning a specific file. I need to figure out a way to have the extension match the excludes with the active document to see if it should be scanned. The match algorithm needs to honor glob expressions: * and ?.
--exclude
flags per command. If it does, the setting should be an array of strings. Otherwise, a single string.--exclude
flags to the Lizard command.The text was updated successfully, but these errors were encountered: