We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab443f commit c638012Copy full SHA for c638012
.golangci.yml
@@ -1,5 +1,7 @@
1
run:
2
modules-download-mode: readonly
3
+ skip-files:
4
+ - unzip.go
5
6
# all available settings of specific linters
7
linters-settings:
@@ -34,6 +36,7 @@ linters:
34
36
enable-all: true
35
37
disable:
38
- maligned
- - prealloc
39
- wsl
40
- gocognit
41
+ - gofumpt
42
+ - varnamelen
.goreleaser.yml
@@ -24,7 +24,7 @@ checksum:
24
25
brews:
26
- name: "flora"
27
- github:
+ tap:
28
owner: ketchoop
29
name: homebrew-tap
30
commit_author:
0 commit comments