-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove default pylint when using jedi #16074
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
Remove default pylint when using jedi #16074
Conversation
b9a5c82 to
1fc8d60
Compare
karrtikr
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
| "description": "Path to Pylint, you can use a custom version of pylint by modifying this setting to include the full path.", | ||
| "scope": "resource" | ||
| }, | ||
| "python.linting.pylintUseMinimalCheckers": { |
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.
Not sure about removal of this setting, but I guess it was introduced we wanted minimal checkers with pylint by default?
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.
it was a substitute for the syntax checking that we have with JediLSP now. Previously we did not have that with jedi so we used pylint to get this. Now this is no longer needed and is part of the deprecation process.
* Remove default pylint when using jedi * Remove pylint minimal checkers * Remove more pylint config * Restore missed configuration file names * More linting clean up * Fix tests
* Remove default pylint when using jedi * Remove pylint minimal checkers * Remove more pylint config * Restore missed configuration file names * More linting clean up * Fix tests
* Remove default pylint when using jedi * Remove pylint minimal checkers * Remove more pylint config * Restore missed configuration file names * More linting clean up * Fix tests
* Remove ctags (#16066) * Remove rope (#16064) * Remove default pylint when using jedi (#16074) * Remove default pylint when using jedi * Remove pylint minimal checkers * Remove more pylint config * Restore missed configuration file names * More linting clean up * Fix tests * Remove unused files and update branch (#16128) * Add the 'security-events' permission to the CodeQL workflow (#16071) * Delete misc files we don't need anymore Co-authored-by: Brett Cannon <[email protected]> * Rebase with main * Update news items. * Remove unused telemetry * Test build workflow * Remove ropeproject from repo settings * Remove workspace symbols * Update .eslintignore * Remove testing of build workflow * Remove unused symbolProvider.py Co-authored-by: Brett Cannon <[email protected]> Co-authored-by: Kim-Adeline Miguel <[email protected]>
No description provided.