We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08969eb commit d6ae7aaCopy full SHA for d6ae7aa
.yamllint
@@ -1,7 +1,7 @@
1
---
2
extends: default
3
ignore: |
4
- ui/react-app/node_modules
+ **/node_modules
5
6
rules:
7
braces:
Makefile.common
@@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
61
SKIP_GOLANGCI_LINT :=
62
GOLANGCI_LINT :=
63
GOLANGCI_LINT_OPTS ?=
64
-GOLANGCI_LINT_VERSION ?= v1.60.2
+GOLANGCI_LINT_VERSION ?= v1.61.0
65
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64.
66
# windows isn't included here because of the path separator being different.
67
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
0 commit comments