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

[cli] Add file filter option for CodeChecker parse #3501

Merged
merged 1 commit into from
Nov 24, 2021

Conversation

csordasmarton
Copy link
Contributor

@csordasmarton csordasmarton commented Nov 16, 2021

Closes #3454

@csordasmarton csordasmarton added enhancement 🌟 CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands labels Nov 16, 2021
"should be laid out.")

group.add_argument('--file',
nargs='*',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
nargs='*',
nargs='+',

This could also be changed at CodeChecker cmd diff. CodeChecker analyze also has this --file flag and that requires at least one file too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed it only at the parse, but we can change it on the diff to but in a separate PR.

@bruntib bruntib merged commit 198ab83 into Ericsson:master Nov 24, 2021
@csordasmarton csordasmarton deleted the filter_option_for_parse branch January 28, 2022 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands enhancement 🌟
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add --file filter option for CodeChecker parse command
2 participants