-
Notifications
You must be signed in to change notification settings - Fork 40
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 the --ignore flag to dbotconf #363
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
- Coverage 60.83% 60.43% -0.40%
==========================================
Files 49 49
Lines 2298 2328 +30
==========================================
+ Hits 1398 1407 +9
- Misses 750 770 +20
- Partials 150 151 +1
☔ View full report in Codecov by Sentry. |
3ee63b1
to
904a960
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, non-blocking comment about the flag docs
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
Example use:
dbotconf --ignore "/LICENSES" generate
Resolves #362 (verified locally)