We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abecf7d commit fe3f6b7Copy full SHA for fe3f6b7
.golangci.yml
@@ -41,3 +41,7 @@ linters:
41
42
# Gosec is outdated and reports false positives.
43
- gosec
44
+
45
+issues:
46
+ # Only show newly introduced problems.
47
+ new-from-rev: 4008b92d81d4d62e663025c5f79ebe44b53f283c
Makefile
@@ -7,7 +7,7 @@ GOACC_PKG := github.com/ory/go-acc
7
GO_BIN := ${GOPATH}/bin
8
LINT_BIN := $(GO_BIN)/golangci-lint
9
10
-LINT_COMMIT := v1.18.0
+LINT_COMMIT := v1.50.0
11
12
GOBUILD := go build -v
13
GOINSTALL := go install -v
0 commit comments