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

vet-bot: Command-line args to run against a single repository #20

Closed
kalexmills opened this issue Nov 23, 2020 · 1 comment
Closed

vet-bot: Command-line args to run against a single repository #20

kalexmills opened this issue Nov 23, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers vet-bot the issue is part of VetBot's responsibility

Comments

@kalexmills
Copy link
Contributor

By default, vet-bot runs in 'scrape mode' -- it samples from a list of github repos and visits them, parsing the code and running the analyses.

A command-line argument should be introduced which changes its operation to scrape a single repository given as a command-line argument. Example usage:

vet-bot scrape kalexmills/bad-go

The default usage could also be replaced by:

vet-bot sample all-repos.csv

which could continuously sample from the all-repos.csv file and output the list of visited repos in all-repos_visited.csv.

@kalexmills kalexmills added enhancement New feature or request good first issue Good for newcomers vet-bot the issue is part of VetBot's responsibility labels Nov 23, 2020
@kalexmills kalexmills assigned kalexmills and unassigned kalexmills Nov 26, 2020
@kalexmills
Copy link
Contributor Author

Realized what I'm doing doesn't actually involve this issue (though it easily could).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers vet-bot the issue is part of VetBot's responsibility
Projects
None yet
Development

No branches or pull requests

1 participant