-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
MaintenanceDiscussion or action around maintaining pylint or the dev workflowDiscussion or action around maintaining pylint or the dev workflow
Milestone
Description
Current problem
As I was looking through the pylint code, I noticed that there were three TODO's that are about pylint version 2.16.
I thought that it would be good to add that information as an issue
The TODO's and locations are:
- "pylint/checkers/variables.py": # TODO: 2.16: Consider using RefactoringChecker._is_function_def_never_returning
- "pylint/reporters/json_reporter.py": TODO: 2.16: Add a new JSONReporter handling abs-path, confidence and scores. (Ultimately all other breaking change related to json for 3.0)
- "script/fix_documentation.py": # TODO: 2.16.0: Upgrade script for change in changelog
Desired solution
- The TODO's are fixed
- The TODO's have an issue that discuss them that are added to a miletone for a pylint version that is 2.16.x
- The TODO's are moved to be done in a later version
Additional context
No response
Metadata
Metadata
Assignees
Labels
MaintenanceDiscussion or action around maintaining pylint or the dev workflowDiscussion or action around maintaining pylint or the dev workflow