Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
Description
Many of the linters are low-value, such as the docstring requirement. It's almost universally elided with a docstring that mimics the function name, e.g:
def children(self):
|
"""Children."""
|
I think we can consider turning some* pylinters on for our gdb scripts, but right now we're creating a barrier to entry on a part of the codebase where we should be sharing more tools rather than using a poor metric for code quality that has veto rights.
Most scripts we want to add are already being shared, but outside of the repository. The utility is apparent.
Attachments
Issue Links
- is depended on by
-
SERVER-69148 Revert SERVER-68566
-
- Closed
-
- is related to
-
SERVER-68593 Disable the following python warnings
-
- Closed
-
-
SERVER-68594 Add vscode format/lint on save
-
- Closed
-
-
SERVER-68455 Clean up and publish GDB helpers for dumping in-memory representation of WT tables
-
- Closed
-