File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515ROOT_DIR_RELATIVE := ../..
1616include $(ROOT_DIR_RELATIVE ) /common.mk
1717
18- GOLANGCI_LINT_VERSION ?= v2.8 .0
18+ GOLANGCI_LINT_VERSION ?= v2.9 .0
1919
2020# GOTESTSUM version without the leading 'v'
2121GOTESTSUM_VERSION ?= 1.12.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- package metrics
17+ package metrics //nolint:revive
1818
1919import (
2020 "sync"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- package strings
17+ package strings //nolint:revive
1818
1919import (
2020 "slices"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- package version
17+ package version //nolint:revive
1818
1919import (
2020 "fmt"
You can’t perform that action at this time.
0 commit comments