We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114bff5 commit 1f69059Copy full SHA for 1f69059
.golangci.yaml .github/golangci.yaml
@@ -114,3 +114,6 @@ linters-settings:
114
godot:
115
scope: all
116
period: false
117
+ gosec:
118
+ excludes:
119
+ - G115 # We tolerate casting shenanigans
Makefile
@@ -12,7 +12,7 @@ test:
12
13
.PHONY: lint
14
lint:
15
- $(golangci_lint) run --config .golangci.yaml
+ $(golangci_lint) run --config .github/golangci.yaml
16
17
.PHONY: gofumpt
18
gofumpt:
0 commit comments