-
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
Ensure Pylint<2.0.0 on Python 2.x #2178
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2178 +/- ##
=========================================
+ Coverage 79.85% 80% +0.14%
=========================================
Files 308 308
Lines 14167 14180 +13
Branches 2519 2520 +1
=========================================
+ Hits 11313 11344 +31
+ Misses 2842 2824 -18
Partials 12 12
Continue to review full report at Codecov.
|
if (currentInterpreter && currentInterpreter.version_info && currentInterpreter.version_info[0] === 2) { | ||
const newArgs = [...args]; | ||
// This command could be sent to the terminal, hence '<' needs to be escaped for Mac. | ||
newArgs[indexOfPylint] = '"pylint<=2.0.0"'; |
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.
pylint<2.0.0
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.
Oops, thanks
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.
Oops, thanks
@DonJayamanne to get CI to complete faster I have gone ahead and edited your code to pass |
…honVSCode into issue2163Pylint * 'issue2163Pylint' of https://github.com/DonJayamanne/pythonVSCode: Python 2.7 requires older than 2.0.0
* Ensure Pylint<=2.0.0 on Python 2.x * Python 2.7 requires older than 2.0.0 * tests * Add Tests * Fix broken tests * Redue nesting of suites
Fixes #2057
"1.2.3"
, not"^1.2.3"
)package-lock.json
has been regenerated if dependencies have changed