Skip to content
Snippets Groups Projects
Commit 671ed78c authored by Fabian Seidl's avatar Fabian Seidl
Browse files

Bump golangci-lint in Makefile to version 1.63.4 and fix deprecated output option

See merge request !1140
parent 91b6db7b
No related branches found
No related tags found
6 merge requests!1196[renovate] Update module golang.org/x/net to v0.32.0,!1195UI: implement add device functionality,!1166Ui containerlab integration,!1161Ui refactor style,!1160UI containerlab integration,!1140Bump golangci-lint in Makefile to version 1.63.4 and fix deprecated output option
Pipeline #248854 failed
...@@ -14,13 +14,13 @@ output: ...@@ -14,13 +14,13 @@ output:
- format: colored-line-number - format: colored-line-number
print-issued-lines: true print-issued-lines: true
print-linter-name: true print-linter-name: true
uniq-by-line: true
path-prefix: "" path-prefix: ""
issues: issues:
exclude-use-default: false exclude-use-default: false
max-issues-per-linter: 0 max-issues-per-linter: 0
max-same-issues: 0 max-same-issues: 0
uniq-by-line: true
exclude-files: exclude-files:
- http.go - http.go
# directories to be ignored by linters # directories to be ignored by linters
......
...@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip ...@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip
# Tool Versions # Tool Versions
GOTESTSUM_VERSION=v1.8.1 GOTESTSUM_VERSION=v1.8.1
GOLANGCI_LINT_VERSION=v1.62.0 GOLANGCI_LINT_VERSION=v1.63.4
MOCKERY_VERSION=v2.20.0 MOCKERY_VERSION=v2.20.0
YGOT_GENERATOR_VERSION=v0.27.0 YGOT_GENERATOR_VERSION=v0.27.0
YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4 YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment