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

bump to version 1.63.3 and fix deprecated output option

parent 91b6db7b
No related branches found
No related tags found
1 merge request!1140Bump golangci-lint in Makefile to version 1.63.4 and fix deprecated output option
This commit is part of merge request !1140. Comments created here will be created in the context of that merge request.
...@@ -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.3
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