Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-68566

Disable pylinters on buildscripts/gdb/

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible

      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.

            Assignee:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Reporter:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: