Skip to content

Commit

Permalink
chore(ci): disable godox
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored Oct 3, 2019
1 parent d3e2c4f commit be07ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fmt:
.PHONY: fmt

lint: check
./bin/golangci-lint run --enable-all ./...
./bin/golangci-lint run --disable godox --enable-all ./...
.PHONY: check

ci: build lint test
Expand Down

0 comments on commit be07ce5

Please sign in to comment.