Skip to content

Commit c638012

Browse files
committed
Fix tap section for goreleaser
1 parent 4ab443f commit c638012

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.golangci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
run:
22
modules-download-mode: readonly
3+
skip-files:
4+
- unzip.go
35

46
# all available settings of specific linters
57
linters-settings:
@@ -34,6 +36,7 @@ linters:
3436
enable-all: true
3537
disable:
3638
- maligned
37-
- prealloc
3839
- wsl
3940
- gocognit
41+
- gofumpt
42+
- varnamelen

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ checksum:
2424

2525
brews:
2626
- name: "flora"
27-
github:
27+
tap:
2828
owner: ketchoop
2929
name: homebrew-tap
3030
commit_author:

0 commit comments

Comments
 (0)