-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Gracefully handle invalid paths csv regex in conf/args #9712
Gracefully handle invalid paths csv regex in conf/args #9712
Conversation
Fix 'ignore-paths', in particular, but others using this function too. Closes pylint-dev#9680
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9712 +/- ##
=======================================
Coverage 95.84% 95.84%
=======================================
Files 174 174
Lines 18865 18865
=======================================
Hits 18082 18082
Misses 783 783
|
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit e852a9a |
@@ -82,12 +82,24 @@ def test_functional_config_loading( | |||
expected_loaded_configuration = get_expected_configuration( | |||
configuration_path, default_configuration | |||
) | |||
runner = None # The runner can fail to init if conf is bad enough. |
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.
runner = None # The runner can fail to init if conf is bad enough. |
This became useless afterward, I'll remove and rebase later.
Type of Changes
Description
Fix 'ignore-paths' from #9680, in particular, but other using this function too.
Closes #9680