Skip to content

Commit

Permalink
remove nilaway (#89)
Browse files Browse the repository at this point in the history
This is raising false positives.  http.Client#Do guarantees that the response is
non-nil if err is nil.
  • Loading branch information
philandstuff authored Oct 2, 2024
1 parent ae45343 commit 2b505b6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ all: test lint
test:
$(GO) test -v ./... -skip ^Example

lint: lint-golangci lint-nilaway
lint: lint-golangci

.PHONY: lint-golangci
lint-golangci:
$(GO) run github.com/golangci/golangci-lint/cmd/[email protected] run ./...

.PHONY: lint-nilaway
lint-nilaway:
$(GO) run go.uber.org/nilaway/cmd/nilaway@latest ./...

0 comments on commit 2b505b6

Please sign in to comment.