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

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Feb 14, 2020
1 parent 11d395e commit 85a1ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -24,7 +24,7 @@ cover: test

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

Expand Down
1 change: 1 addition & 0 deletions project/git.go
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/getantibody/folder"
)

// nolint: gochecknoglobals
var gitCmdEnv = append(os.Environ(), "GIT_CONFIG_NOSYSTEM=1", "GIT_TERMINAL_PROMPT=0", "GIT_ASKPASS=0")

type gitProject struct {
Expand Down

0 comments on commit 85a1ac0

Please sign in to comment.