Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for --exclude. #3

Open
3 tasks
brobeson opened this issue Mar 29, 2020 · 1 comment
Open
3 tasks

Add support for --exclude. #3

brobeson opened this issue Mar 29, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@brobeson
Copy link
Owner

  • 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.
@brobeson brobeson added the enhancement New feature or request label Mar 29, 2020
@brobeson brobeson added this to the 1.0 milestone Mar 29, 2020
@brobeson brobeson self-assigned this Mar 29, 2020
@brobeson
Copy link
Owner Author

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 ?.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant