Skip to content

Commit

Permalink
Fix tap section for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchoop committed Oct 7, 2022
1 parent 4ab443f commit c638012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
run:
modules-download-mode: readonly
skip-files:
- unzip.go

# all available settings of specific linters
linters-settings:
Expand Down Expand Up @@ -34,6 +36,7 @@ linters:
enable-all: true
disable:
- maligned
- prealloc
- wsl
- gocognit
- gofumpt
- varnamelen
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ checksum:

brews:
- name: "flora"
github:
tap:
owner: ketchoop
name: homebrew-tap
commit_author:
Expand Down

0 comments on commit c638012

Please sign in to comment.