Skip to content

Fix golanci shadow warning

Ash McKenzie requested to merge ashmckenzie/fix-golangci-shadow-warning into main

This tiny MR fixes the following golangci warning when running make lint:

$ make lint
WARN [config_reader] The configuration option `linters.govet.check-shadowing` is deprecated. Please enable `shadow` instead, if you are not using `enable-all`.

Merge request reports