-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Do not allow chaining of the -c option; pass multiple paths as a colon separated list
#1125
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
[feat] Do not allow chaining of the -c option; pass multiple paths as a colon separated list
#1125
Conversation
* Deprecate using the checkpath command line option multiple times and issue a warning. * Create unittest for colon separated paths. * Add the change to the documentation.
Codecov Report
@@ Coverage Diff @@
## master #1125 +/- ##
==========================================
+ Coverage 91.9% 91.92% +0.02%
==========================================
Files 81 81
Lines 11642 11642
==========================================
+ Hits 10699 10702 +3
+ Misses 943 940 -3
Continue to review full report at Codecov.
|
-c option; pass multiple paths as a colon separated list
|
@ekouts Can you also approve this, so that we can merge it? |
ekouts
left a comment
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
Deprecate using the checkpath command line option multiple times
and issue a warning.
Create unittest for colon separated paths.
Add the change to the documentation.
Fixes #1120.