Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-2782

Fix "revive" v1.3.1 linter failures

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Unknown Unknown
    • None
    • None
    • None
    • None
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

    Description

      The golangci-lint tool recently upgraded revive from v1.3.0 to v1.3.1 (see PR), which causes a bunch of additional "unused-parameter" errors.

      E.g. error:

      bson/bsoncodec/default_value_decoders.go:191:51: unused-parameter: parameter 'dctx' seems to be unused, consider removing or renaming it as _ (revive)
      func (dvd DefaultValueDecoders) booleanDecodeType(dctx DecodeContext, vr bsonrw.ValueReader, t reflect.Type) (reflect.Value, error) {
      

      Definition of done:

      • Resolve all new revive v1.3.1 lint errors

      Attachments

        Activity

          People

            matt.dale@mongodb.com Matt Dale
            matt.dale@mongodb.com Matt Dale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: