Skip to content

Commit e826702

Browse files
authored
chore(makefile): remove make format (#2381)
1 parent 7f5b5aa commit e826702

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ linters:
8787
- gocyclo
8888
- gofmt
8989
- goimports
90-
- goimports
9190
- goprintffuncname
9291
- gosec
9392
- gosimple

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ lint:
2525
clean:
2626
rm -fr ./bin
2727

28-
format:
29-
./scripts/goimports.sh
3028

3129
proto:
3230
go install google.golang.org/protobuf/cmd/protoc-gen-go

scripts/goimports.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)