Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
ci: disable godox
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored Oct 3, 2019
1 parent 2fc868b commit fbe5c52
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 @@ -24,7 +24,7 @@ cover: test

# Run all the linters
lint:
./bin/golangci-lint run --enable-all ./...
./bin/golangci-lint run --disable godox --enable-all ./...
find . -name '*.md' -not -wholename './vendor/*' | xargs prettier -l
.PHONY: lint

Expand Down

0 comments on commit fbe5c52

Please sign in to comment.